From facccd979e0726b261ae419f9a817ee75a445e16 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 15 Jun 2010 21:30:12 -0700 Subject: [PATCH] pspp: Mark the pspp --help text as translatable. --- src/ui/terminal/terminal-opts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2