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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 16:06:40 EDT 2011


Author: martinl
Date: 2011-08-04 13:06:40 -0700 (Thu, 04 Aug 2011)
New Revision: 47454

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: translatable string missing
       (merge r47452 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 19:40:50 UTC (rev 47453)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 20:06:40 UTC (rev 47454)
@@ -688,7 +688,7 @@
 
         # show/hide
         self.chkbox = wx.CheckBox(parent=self, id=wx.ID_ANY, \
-            label='Show text object')
+            label = _('Show text object'))
         if self.parent.Map.GetOverlay(self.ovlId) is None:
             self.chkbox.SetValue(True)
         else:



More information about the grass-commit mailing list