From d0a5dc1d2d6f5b1b7df07a6b3a09bfcb426704b9 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 12 Aug 2016 20:58:03 +0200 Subject: [PATCH] Add markup to the option description strings --- src/ui/gui/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} }; -- 2.30.2