From: Ben Pfaff Date: Wed, 16 Jun 2010 04:30:12 +0000 (-0700) Subject: pspp: Mark the pspp --help text as translatable. X-Git-Tag: v0.7.6~362 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facccd979e0726b261ae419f9a817ee75a445e16;p=pspp-builds.git pspp: Mark the pspp --help text as translatable. --- diff --git a/src/ui/terminal/terminal-opts.c b/src/ui/terminal/terminal-opts.c index 306ebe15..775e36c4 100644 --- a/src/ui/terminal/terminal-opts.c +++ b/src/ui/terminal/terminal-opts.c @@ -185,7 +185,7 @@ usage (void) char *supported_formats = get_supported_formats (); char *default_include_path = get_default_include_path (); - printf ("\ + printf (_("\ PSPP, a program for statistical analysis of sample data.\n\ Usage: %s [OPTION]... FILE...\n\ \n\ @@ -217,7 +217,7 @@ Informative output:\n\ -h, --help display this help and exit\n\ -V, --version output version information and exit\n\ \n\ -Non-option arguments are interpreted as syntax files to execute.\n", +Non-option arguments are interpreted as syntax files to execute.\n"), program_name, supported_formats, default_include_path); free (supported_formats);