pspp: Mark the pspp --help text as translatable.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 16 Jun 2010 04:30:12 +0000 (21:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 16 Jun 2010 04:30:12 +0000 (21:30 -0700)
src/ui/terminal/terminal-opts.c

index 306ebe1523d5b674e729f44ae8a51acd50eb9b8a..775e36c44bb6238c18417716ebf87fd29aee9cc8 100644 (file)
@@ -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);