Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772757
This commit is contained in:
@@ -457,7 +457,7 @@ static const GOptionEntry options [] = {
|
|||||||
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose_output,
|
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose_output,
|
||||||
N_("Enable verbose output"), NULL },
|
N_("Enable verbose output"), NULL },
|
||||||
{ "no-daemon", 'f', 0, G_OPTION_ARG_NONE, &no_daemon,
|
{ "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,
|
{ "inetd", 'i', 0, G_OPTION_ARG_NONE, &invoked_from_inetd,
|
||||||
N_("Invoked from inetd"), NULL },
|
N_("Invoked from inetd"), NULL },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
@@ -495,7 +495,7 @@ main (int argc, char **argv)
|
|||||||
if (error != NULL) {
|
if (error != NULL) {
|
||||||
g_printerr ("%s\n", error->message);
|
g_printerr ("%s\n", error->message);
|
||||||
g_error_free (error);
|
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"),
|
"available command line options.\n"),
|
||||||
program_invocation_name);
|
program_invocation_name);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Reference in New Issue
Block a user