[GRASS-SVN] r48639 - grass/trunk/raster/r.series

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 5 06:00:51 EDT 2011


Author: huhabla
Date: 2011-10-05 03:00:51 -0700 (Wed, 05 Oct 2011)
New Revision: 48639

Modified:
   grass/trunk/raster/r.series/main.c
Log:
Typo fix and translation support.

Modified: grass/trunk/raster/r.series/main.c
===================================================================
--- grass/trunk/raster/r.series/main.c	2011-10-05 09:57:33 UTC (rev 48638)
+++ grass/trunk/raster/r.series/main.c	2011-10-05 10:00:51 UTC (rev 48639)
@@ -183,10 +183,10 @@
     }
     
     if (parm.input->answer && parm.file->answer)
-        G_fatal_error("The parameter <input> and <file> are mutual exclusive");
+        G_fatal_error(_("Options <input> and <file> are mutual exclusive"));
  
     if (!parm.input->answer && !parm.file->answer)
-        G_fatal_error("You need to specify input or file option");
+        G_fatal_error(_("You need to specify <input> or <file> option"));
 
 
     /* process the input maps from the file */



More information about the grass-commit mailing list