[gnome-software] Tweak punctuation for command line documentation



commit 54a2d8bb88dbcbabb24e3fa8170f5c795c4194ac
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Sep 13 09:36:16 2013 +0100

    Tweak punctuation for command line documentation
    
    Helps: https://bugzilla.gnome.org/show_bug.cgi?id=707993
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gs-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index 0b00e8d..02398d4 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -211,7 +211,7 @@ gs_application_command_line (GApplication        *application,
        const GOptionEntry options[] = {
                { "mode", '\0', 0, G_OPTION_ARG_STRING, &mode,
                  /* TRANSLATORS: this is a command line option */
-                 _("Start up mode, either 'updates', 'updated', 'installed' or 'overview'"), _("MODE") },
+                 _("Start up mode, either ‘updates’, ‘updated’, ‘installed’ or ‘overview’"), _("MODE") },
                { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, NULL, NULL },
                { "help", '?', 0, G_OPTION_ARG_NONE, &help, NULL, NULL },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]