Sfoglia il codice sorgente

msg fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67645 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 anni fa
parent
commit
630c47a848
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      scripts/r.import/r.import.py
  2. 1 1
      scripts/v.import/v.import.py

+ 1 - 1
scripts/r.import/r.import.py

@@ -106,7 +106,7 @@
 #%flag
 #% key: o
 #% label: Override projection check (use current location's projection)
-#% description: Assume that the dataset has same projection as the current location
+#% description: Assume that the dataset has the same projection as the current location
 #%end
 
 import sys

+ 1 - 1
scripts/v.import/v.import.py

@@ -94,7 +94,7 @@
 #%flag
 #% key: o
 #% label: Override projection check (use current location's projection)
-#% description: Assume that the dataset has same projection as the current location
+#% description: Assume that the dataset has the same projection as the current location
 #%end
 
 import sys