diff options
Diffstat (limited to 'json-glib/json-glib-format.c')
-rw-r--r-- | json-glib/json-glib-format.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-glib-format.c b/json-glib/json-glib-format.c index 177e8b3..52a40ec 100644 --- a/json-glib/json-glib-format.c +++ b/json-glib/json-glib-format.c @@ -178,7 +178,7 @@ main (int argc, */ g_printerr (_("Error parsing commandline options: %s\n"), error->message); g_printerr ("\n"); - g_printerr (_("Try \"%s --help\" for more information."), g_get_prgname ()); + g_printerr (_("Try “%s --help” for more information."), g_get_prgname ()); g_printerr ("\n"); g_error_free (error); return 1; @@ -192,7 +192,7 @@ main (int argc, */ g_printerr (_("%s: missing files"), g_get_prgname ()); g_printerr ("\n"); - g_printerr (_("Try \"%s --help\" for more information."), g_get_prgname ()); + g_printerr (_("Try “%s --help” for more information."), g_get_prgname ()); g_printerr ("\n"); return 1; } |