[GRASS-SVN] r66134 - in grass/branches/releasebranch_7_0/vector/v.lrs: v.lrs.create v.lrs.label v.lrs.segment v.lrs.where

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 6 12:25:05 PDT 2015


Author: martinl
Date: 2015-09-06 12:25:04 -0700 (Sun, 06 Sep 2015)
New Revision: 66134

Modified:
   grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.create/main.c
   grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.label/main.c
   grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.segment/main.c
   grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.where/main.c
Log:
keywords cosmetics: Linear Reference System -> linear reference system (looks more consistent at topics page)
         (merge r66133 from trunk)


Modified: grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.create/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.create/main.c	2015-09-06 19:21:08 UTC (rev 66133)
+++ grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.create/main.c	2015-09-06 19:25:04 UTC (rev 66134)
@@ -119,7 +119,7 @@
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("Linear Reference System"));
+    G_add_keyword(_("linear reference system"));
     G_add_keyword(_("network"));
     module->description = _("Creates a linear reference system.");
 

Modified: grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.label/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.label/main.c	2015-09-06 19:21:08 UTC (rev 66133)
+++ grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.label/main.c	2015-09-06 19:25:04 UTC (rev 66134)
@@ -100,7 +100,7 @@
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("Linear Reference System"));
+    G_add_keyword(_("linear reference system"));
     G_add_keyword(_("network"));
     module->description = _("Creates stationing from input lines, "
 			    "and linear reference system.");

Modified: grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.segment/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.segment/main.c	2015-09-06 19:21:08 UTC (rev 66133)
+++ grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.segment/main.c	2015-09-06 19:25:04 UTC (rev 66134)
@@ -69,7 +69,7 @@
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("Linear Reference System"));
+    G_add_keyword(_("linear reference system"));
     G_add_keyword(_("network"));
     module->description =
 	_("Creates points/segments from input lines, linear reference "

Modified: grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.where/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.where/main.c	2015-09-06 19:21:08 UTC (rev 66133)
+++ grass/branches/releasebranch_7_0/vector/v.lrs/v.lrs.where/main.c	2015-09-06 19:25:04 UTC (rev 66134)
@@ -55,7 +55,7 @@
 
     module = G_define_module();
     G_add_keyword(_("vector"));
-    G_add_keyword(_("Linear Reference System"));
+    G_add_keyword(_("linear reference system"));
     G_add_keyword(_("network"));
     module->description =
 	_("Finds line id and real km+offset for given points in vector map "



More information about the grass-commit mailing list