Преглед на файлове

v.in.ogr: msg fix (see https://trac.osgeo.org/grass/changeset/67645)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67646 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa преди 9 години
родител
ревизия
ecc1c9778f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      vector/v.in.ogr/main.c

+ 1 - 1
vector/v.in.ogr/main.c

@@ -283,7 +283,7 @@ int main(int argc, char *argv[])
     flag.over->label =
 	_("Override projection check (use current location's projection)");
     flag.over->description =
-	_("Assume that the dataset has same projection as the current location");
+	_("Assume that the dataset has the same projection as the current location");
 
     flag.proj = G_define_flag();
     flag.proj->key = 'j';