summaryrefslogtreecommitdiff
path: root/src/daemon/gnuserv.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-11 15:36:38 +0200
committerRobert Roth <robert.roth.off@gmail.com>2017-04-07 14:24:22 +0300
commit2f7e2438aa7f71d5c793ba10e0ef22fe1d8b3625 (patch)
tree8462fc3017bfbbda319e3d3d6fe1ce8150c3d54e /src/daemon/gnuserv.c
parent88ecae1d00463909fc1d4e9fe46be64ea47b030f (diff)
downloadlibgtop-2f7e2438aa7f71d5c793ba10e0ef22fe1d8b3625.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772757
Diffstat (limited to 'src/daemon/gnuserv.c')
-rw-r--r--src/daemon/gnuserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/gnuserv.c b/src/daemon/gnuserv.c
index 8af908bb..78ebb643 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);