[GRASS-SVN] r44798 - in grass/branches/develbranch_6/gui/wxpython: gui_modules xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 29 18:34:38 EST 2010


Author: martinl
Date: 2010-12-29 15:34:38 -0800 (Wed, 29 Dec 2010)
New Revision: 44798

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: cosmetics in r/v.external title
(merge r44796 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2010-12-29 23:33:10 UTC (rev 44797)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2010-12-29 23:34:38 UTC (rev 44798)
@@ -1098,13 +1098,13 @@
         if ogr:
             ImportDialog.__init__(self, parent, type = 'ogr')
             if link:
-                self.SetTitle(_("Link vector data"))
+                self.SetTitle(_("Link external vector data"))
             else:
                 self.SetTitle(_("Import vector data"))
         else:
             ImportDialog.__init__(self, parent, type = 'gdal') 
             if link:
-                self.SetTitle(_("Link raster data"))
+                self.SetTitle(_("Link external raster data"))
             else:
                 self.SetTitle(_("Import raster data"))
        

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-12-29 23:33:10 UTC (rev 44797)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-12-29 23:34:38 UTC (rev 44798)
@@ -61,7 +61,7 @@
 	      <command>r.in.gdal</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Link raster data</label>
+	      <label>Link external raster data</label>
 	      <help>Link GDAL supported raster data as a pseudo GRASS raster map layer.</help>
 	      <keywords>raster,import</keywords>
               <handler>OnLinkGdalLayers</handler>
@@ -158,7 +158,7 @@
 	      <command>v.in.ogr</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Link vector data</label>
+	      <label>Link external vector data</label>
 	      <help>Creates a new pseudo-vector map as a link to an OGR-supported layer.</help>
 	      <keywords>vector</keywords>
               <handler>OnLinkOgrLayers</handler>



More information about the grass-commit mailing list