[GRASS-SVN] r60058 - grass/branches/releasebranch_7_0/general/g.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 3 10:16:44 PDT 2014
Author: martinl
Date: 2014-05-03 10:16:44 -0700 (Sat, 03 May 2014)
New Revision: 60058
Modified:
grass/branches/releasebranch_7_0/general/g.proj/create.c
grass/branches/releasebranch_7_0/general/g.proj/main.c
Log:
g.proj: description cosmetics
(merge r60057 from trunk)
Modified: grass/branches/releasebranch_7_0/general/g.proj/create.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.proj/create.c 2014-05-03 17:15:05 UTC (rev 60057)
+++ grass/branches/releasebranch_7_0/general/g.proj/create.c 2014-05-03 17:16:44 UTC (rev 60058)
@@ -34,7 +34,7 @@
if (strcmp(mapset, "PERMANENT") != 0)
G_fatal_error(_("You must select the PERMANENT mapset before updating the "
- "current location's projection (current mapset is <%s>)."),
+ "current location's projection (current mapset is <%s>)"),
mapset);
/* Read projection information from current location first */
Modified: grass/branches/releasebranch_7_0/general/g.proj/main.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.proj/main.c 2014-05-03 17:15:05 UTC (rev 60057)
+++ grass/branches/releasebranch_7_0/general/g.proj/main.c 2014-05-03 17:16:44 UTC (rev 60058)
@@ -7,7 +7,7 @@
* PURPOSE: Provides a means of reporting the contents of GRASS
* projection information files and creating
* new projection information files.
- * COPYRIGHT: (C) 2003-2007, 2011 by the GRASS Development Team
+ * COPYRIGHT: (C) 2003-2014 by the GRASS Development Team
*
* This program is free software under the GNU General
* Public License (>=v2). Read the file COPYING that
@@ -65,7 +65,7 @@
G_add_keyword(_("create location"));
#ifdef HAVE_OGR
module->label =
- _("Prints and manipulates GRASS projection information files "
+ _("Prints or modifies GRASS projection information files "
"(in various co-ordinate system descriptions).");
module->description =
_("Can also be used to create new GRASS locations.");
@@ -190,8 +190,7 @@
create = G_define_flag();
create->key = 'c';
create->guisection = _("Modify");
- create->description = _("Create new projection files (modifies current "
- "location)");
+ create->description = _("Modify current location projection files");
location = G_define_option();
location->key = "location";
More information about the grass-commit
mailing list