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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 15:38:53 EDT 2011


Author: annakrat
Date: 2011-08-04 12:38:52 -0700 (Thu, 04 Aug 2011)
New Revision: 47452

Modified:
   grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: translatable string missing

Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 17:25:29 UTC (rev 47451)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py	2011-08-04 19:38:52 UTC (rev 47452)
@@ -693,7 +693,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