Bladeren bron

Typo fix and translation support.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48639 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 jaren geleden
bovenliggende
commit
6cd730dcd7
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      raster/r.series/main.c

+ 2 - 2
raster/r.series/main.c

@@ -183,10 +183,10 @@ int main(int argc, char *argv[])
     }
     
     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 */