Explorar o código

wxGUI: cosmetics in WMS dialog

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65208 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=10) %!d(string=hai) anos
pai
achega
9aa7afb735
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      gui/wxpython/gui_core/widgets.py
  2. 1 1
      gui/wxpython/web_services/widgets.py

+ 1 - 1
gui/wxpython/gui_core/widgets.py

@@ -1126,7 +1126,7 @@ class ManageSettingsWidget(wx.Panel):
 
 
         self.settingsSizer = wx.StaticBoxSizer(self.settingsBox, wx.HORIZONTAL)
         self.settingsSizer = wx.StaticBoxSizer(self.settingsBox, wx.HORIZONTAL)
         self.settingsSizer.Add(item=wx.StaticText(parent=self, id=wx.ID_ANY,
         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,
                                flag=wx.ALIGN_CENTER_VERTICAL | wx.RIGHT | wx.LEFT,
                                border=5)
                                border=5)
         self.settingsSizer.Add(item=self.settingsChoice,
         self.settingsSizer.Add(item=self.settingsChoice,

+ 1 - 1
gui/wxpython/web_services/widgets.py

@@ -1085,7 +1085,7 @@ class WSManageSettingsWidget(ManageSettingsWidget):
     def _layout(self):
     def _layout(self):
 
 
         self.btnAddDefaultServers = wx.Button(parent=self, id=wx.ID_ANY,
         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)
         self.btnAddDefaultServers.Bind(wx.EVT_BUTTON, self.OnAddDefaultServers)
 
 
         ManageSettingsWidget._layout(self)
         ManageSettingsWidget._layout(self)