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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 3 16:59:45 EST 2011


Author: martinl
Date: 2011-02-03 13:59:45 -0800 (Thu, 03 Feb 2011)
New Revision: 45303

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py
Log:
wxGUI title cosmetics
(merge r45302 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py	2011-02-03 21:57:37 UTC (rev 45302)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm_dialogs.py	2011-02-03 21:59:45 UTC (rev 45303)
@@ -109,7 +109,7 @@
         if self.action == "update":
             self.SetTitle(_("Update attributes"))
         elif self.action == "add":
-            self.SetTitle(_("Add attributes"))
+            self.SetTitle(_("Define attributes"))
         else:
             self.SetTitle(_("Display attributes"))
 



More information about the grass-commit mailing list