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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 12 08:57:13 EDT 2008


Author: martinl
Date: 2008-08-12 08:57:13 -0400 (Tue, 12 Aug 2008)
New Revision: 32724

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: fix db.droptable desc, update r32722
(merge from devbr6, r32723)


Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-08-12 12:55:35 UTC (rev 32723)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-08-12 12:57:13 UTC (rev 32724)
@@ -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