[GRASS-SVN] r51719 - grass/trunk/gui/wxpython/dbmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 24 13:12:29 EDT 2012
Author: annakrat
Date: 2012-05-24 10:12:27 -0700 (Thu, 24 May 2012)
New Revision: 51719
Modified:
grass/trunk/gui/wxpython/dbmgr/manager.py
Log:
wxGUI: string must be translatable
Modified: grass/trunk/gui/wxpython/dbmgr/manager.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/manager.py 2012-05-24 17:07:36 UTC (rev 51718)
+++ grass/trunk/gui/wxpython/dbmgr/manager.py 2012-05-24 17:12:27 UTC (rev 51719)
@@ -2507,7 +2507,7 @@
row += 1
continue
- if label.GetLabel() == "Layer:":
+ if label.GetLabel() == _("Layer:"):
style = wx.ALIGN_CENTER_VERTICAL | wx.ALIGN_LEFT
else:
style = wx.ALIGN_CENTER_VERTICAL | wx.EXPAND
More information about the grass-commit
mailing list