Преглед изворни кода

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';