[GRASS-SVN] r47456 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 16:08:55 EDT 2011


Author: martinl
Date: 2011-08-04 13:08:55 -0700 (Thu, 04 Aug 2011)
New Revision: 47456

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


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 20:08:31 UTC (rev 47455)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 20:08:55 UTC (rev 47456)
@@ -618,7 +618,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