[GRASS-SVN] r32723 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 12 08:55:36 EDT 2008


Author: martinl
Date: 2008-08-12 08:55:35 -0400 (Tue, 12 Aug 2008)
New Revision: 32723

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix db.droptable desc, update r32722

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-08-12 11:36:43 UTC (rev 32722)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-08-12 12:55:35 UTC (rev 32723)
@@ -1813,7 +1813,7 @@
                                  "v.db.addtable"),
 
                                 (_("Remove table"),
-                                 _("Sets user/password for driver/database."),
+                                 _("Drops an attribute table."),
                                  "self.OnMenuCmd",
                                  "db.droptable"),
                                 ("","","", ""),



More information about the grass-commit mailing list