瀏覽代碼

Typo fix and translation support.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48639 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 年之前
父節點
當前提交
6cd730dcd7
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 */