Make flatpak --help output use consistent verbiage

Use present tense consistently rather than gerunds for some headings in
"flatpak --help". Also tweak flatpak(1) to use similar wording but with
gerunds.
This commit is contained in:
Phaedrus Leeds
2021-03-08 10:53:50 -08:00
committed by Alexander Larsson
parent bcd7425597
commit 79a91b5cf6
2 changed files with 3 additions and 3 deletions

View File

@@ -91,11 +91,11 @@ static FlatpakCommand commands[] = {
{ "create-usb", N_("Put applications or runtimes onto removable media"), flatpak_builtin_create_usb, flatpak_complete_create_usb },
/* translators: please keep the leading newline and space */
{ N_("\n Finding applications and runtimes") },
{ N_("\n Find applications and runtimes") },
{ "search", N_("Search for remote apps/runtimes"), flatpak_builtin_search, flatpak_complete_search },
/* translators: please keep the leading newline and space */
{ N_("\n Running applications") },
{ N_("\n Manage running applications") },
{ "run", N_("Run an application"), flatpak_builtin_run, flatpak_complete_run },
{ "override", N_("Override permissions for an application"), flatpak_builtin_override, flatpak_complete_override },
{ "make-current", N_("Specify default version to run"), flatpak_builtin_make_current_app, flatpak_complete_make_current_app },

View File

@@ -302,7 +302,7 @@
</variablelist>
<para>Commands for running applications:</para>
<para>Commands for managing running applications:</para>
<variablelist>
<varlistentry>