瀏覽代碼

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 =
     flag.over->label =
 	_("Override projection check (use current location's projection)");
 	_("Override projection check (use current location's projection)");
     flag.over->description =
     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 = G_define_flag();
     flag.proj->key = 'j';
     flag.proj->key = 'j';