From: John Darrington Date: Fri, 12 Aug 2016 18:58:03 +0000 (+0200) Subject: Add markup to the option description strings X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a5dc1d2d6f5b1b7df07a6b3a09bfcb426704b9;p=pspp Add markup to the option description strings --- diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index 4716b1fa4d..c860a07761 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -248,7 +248,7 @@ process_pre_start_arguments (int *argc, char ***argv) { GOptionEntry oe[] = { {"version", 'V', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, - show_version_and_exit, "Show version information and exit", 0}, + show_version_and_exit, N_("Show version information and exit"), 0}, {NULL} }; @@ -270,7 +270,7 @@ main (int argc, char *argv[]) GOptionEntry oe[] = { {"no-splash", 'q', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL, - "Do not display the splash screen", 0}, + N_("Do not display the splash screen"), 0}, {NULL} };