[libgtop] Use Unicode in translatable strings



commit 2f7e2438aa7f71d5c793ba10e0ef22fe1d8b3625
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Oct 11 15:36:38 2016 +0200

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772757

 src/daemon/gnuserv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/daemon/gnuserv.c b/src/daemon/gnuserv.c
index 8af908b..78ebb64 100644
--- a/src/daemon/gnuserv.c
+++ b/src/daemon/gnuserv.c
@@ -457,7 +457,7 @@ static const GOptionEntry options [] = {
     { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose_output,
       N_("Enable verbose output"), NULL },
     { "no-daemon", 'f', 0, G_OPTION_ARG_NONE, &no_daemon,
-      N_("Don't fork into background"), NULL },
+      N_("Don’t fork into background"), NULL },
     { "inetd", 'i', 0, G_OPTION_ARG_NONE, &invoked_from_inetd,
       N_("Invoked from inetd"), NULL },
     { NULL }
@@ -495,7 +495,7 @@ main (int argc, char **argv)
     if (error != NULL) {
         g_printerr ("%s\n", error->message);
         g_error_free (error);
-        g_printerr (_("Run '%s --help' to see a full list of "
+        g_printerr (_("Run “%s --help” to see a full list of "
                     "available command line options.\n"),
                     program_invocation_name);
         exit(1);


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