Browse Source

i.target: Fix a message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68090 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 9 years ago
parent
commit
dc81569ea6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imagery/i.target/main.c

+ 1 - 1
imagery/i.target/main.c

@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
     c = G_define_flag();
     c->key = 'c';
     c->description =
-	_("Set current location and mapset as target for of imagery group");
+	_("Set current location and mapset as target for imagery group");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);