[GRASS-SVN] r30393 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 13:08:13 EST 2008


Author: martinl
Date: 2008-02-28 13:08:13 -0500 (Thu, 28 Feb 2008)
New Revision: 30393

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: (menu) wording

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-28 17:34:45 UTC (rev 30392)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-28 18:08:13 UTC (rev 30393)
@@ -27,12 +27,12 @@
         return [(
           ("File", (
               ("Workspace", (
-                 ("New", "Create new workspace file (erase current workspace settings first)", "self.OnWorkspaceNew", ""),
-                 ("Open", "Open existing workspace file", "self.OnWorkspaceOpen", ""),
-                 ("Load", "Load map layers into layer tree", "self.OnWorkspaceLoad", ""),
-                 ("Save", "Save current workspace to file", "self.OnWorkspaceSave", ""),
-                 ("Save as", "Save current workspace as", "self.OnWorkspaceSaveAs", ""),
-                 ("Close", "Close selected workspace file", "self.OnWorkspaceClose", ""),
+                 ("New workspace", "Create new workspace file (erase current workspace settings first)", "self.OnWorkspaceNew", ""),
+                 ("Open existing workspace", "Open existing workspace file", "self.OnWorkspaceOpen", ""),
+                 ("Load map layers", "Load map layers into layer tree", "self.OnWorkspaceLoad", ""),
+                 ("Save workspace", "Save current workspace to file", "self.OnWorkspaceSave", ""),
+                 ("Save workspace as", "Save current workspace as file", "self.OnWorkspaceSaveAs", ""),
+                 ("Close current workspace", "Close current workspace", "self.OnWorkspaceClose", ""),
                  )),
               ("","","", ""),
               ("Import raster map", (



More information about the grass-commit mailing list