[GRASS-SVN] r49709 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 13 07:30:58 EST 2011
Author: martinl
Date: 2011-12-13 04:30:58 -0800 (Tue, 13 Dec 2011)
New Revision: 49709
Modified:
grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
wxGUI/prefences: fix labels for language settings
Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py 2011-12-13 12:16:43 UTC (rev 49708)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py 2011-12-13 12:30:58 UTC (rev 49709)
@@ -429,7 +429,7 @@
#
# languages
#
- box = wx.StaticBox (parent = panel, id = wx.ID_ANY, label = " %s " % _("Set language)"))
+ box = wx.StaticBox (parent = panel, id = wx.ID_ANY, label = " %s " % _("Language settings"))
sizer = wx.StaticBoxSizer(box, wx.VERTICAL)
gridSizer = wx.GridBagSizer (hgap = 3, vgap = 3)
@@ -439,7 +439,7 @@
row = 0
gridSizer.Add(item = wx.StaticText(parent = panel, id = wx.ID_ANY,
- label = _("Choose language (requires to save and GRASS restart)::")),
+ label = _("Choose language (requires to save and GRASS restart):")),
flag = wx.ALIGN_LEFT |
wx.ALIGN_CENTER_VERTICAL,
pos = (row, 0))
More information about the grass-commit
mailing list