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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 29 03:35:32 EDT 2010


Author: neteler
Date: 2010-08-29 07:35:32 +0000 (Sun, 29 Aug 2010)
New Revision: 43327

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/profile.py
Log:
gettext fixes

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2010-08-28 14:42:41 UTC (rev 43326)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2010-08-29 07:35:32 UTC (rev 43327)
@@ -1634,7 +1634,7 @@
                 flag=wx.EXPAND, pos=(0, 1))
 
         label = wx.StaticText(parent=panel, id=wx.ID_ANY,
-                              label=("Character encoding:"))
+                              label=_("Character encoding:"))
         gridSizer.Add(item=label,
                       flag=wx.ALIGN_CENTER_VERTICAL,
                       pos=(1, 0))

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/profile.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/profile.py	2010-08-28 14:42:41 UTC (rev 43326)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/profile.py	2010-08-29 07:35:32 UTC (rev 43327)
@@ -929,7 +929,7 @@
         #
         # x-axis label
         #
-        label = wx.StaticText(parent=self, id=wx.ID_ANY, label=("X-axis label:"))
+        label = wx.StaticText(parent=self, id=wx.ID_ANY, label=_("X-axis label:"))
         gridSizer.Add(item=label, flag=wx.ALIGN_CENTER_VERTICAL, pos=(2, 0))
         self.xlabelentry = wx.TextCtrl(parent=self, id=wx.ID_ANY, value="", size=(250,-1))
         # self.xlabelentry.SetFont(self.font)



More information about the grass-commit mailing list