[GRASS-SVN] r65208 - in grass/trunk/gui/wxpython: gui_core web_services

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 10 02:53:32 PDT 2015


Author: martinl
Date: 2015-05-10 02:53:32 -0700 (Sun, 10 May 2015)
New Revision: 65208

Modified:
   grass/trunk/gui/wxpython/gui_core/widgets.py
   grass/trunk/gui/wxpython/web_services/widgets.py
Log:
wxGUI: cosmetics in WMS dialog

Modified: grass/trunk/gui/wxpython/gui_core/widgets.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/widgets.py	2015-05-10 09:51:10 UTC (rev 65207)
+++ grass/trunk/gui/wxpython/gui_core/widgets.py	2015-05-10 09:53:32 UTC (rev 65208)
@@ -1126,7 +1126,7 @@
 
         self.settingsSizer = wx.StaticBoxSizer(self.settingsBox, wx.HORIZONTAL)
         self.settingsSizer.Add(item=wx.StaticText(parent=self, id=wx.ID_ANY,
-                                                  label=_("Load settings:")),
+                                                  label=_("Load:")),
                                flag=wx.ALIGN_CENTER_VERTICAL | wx.RIGHT | wx.LEFT,
                                border=5)
         self.settingsSizer.Add(item=self.settingsChoice,

Modified: grass/trunk/gui/wxpython/web_services/widgets.py
===================================================================
--- grass/trunk/gui/wxpython/web_services/widgets.py	2015-05-10 09:51:10 UTC (rev 65207)
+++ grass/trunk/gui/wxpython/web_services/widgets.py	2015-05-10 09:53:32 UTC (rev 65208)
@@ -1085,7 +1085,7 @@
     def _layout(self):
 
         self.btnAddDefaultServers = wx.Button(parent=self, id=wx.ID_ANY,
-                                             label=_("Add default servers"))
+                                             label=_("Add default"))
         self.btnAddDefaultServers.Bind(wx.EVT_BUTTON, self.OnAddDefaultServers)
 
         ManageSettingsWidget._layout(self)



More information about the grass-commit mailing list