Browse Source

wxGUI title cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45302 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
521fec49f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/dbm_dialogs.py

+ 1 - 1
gui/wxpython/gui_modules/dbm_dialogs.py

@@ -109,7 +109,7 @@ class DisplayAttributesDialog(wx.Dialog):
         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"))