瀏覽代碼

wxGUI: cosmetics in label
(merge from devbr6, https://trac.osgeo.org/grass/changeset/38156)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38157 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 年之前
父節點
當前提交
72f27c3801
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -1161,7 +1161,7 @@ class PreferencesDialog(wx.Dialog):
         # proj
         # proj
         row += 1
         row += 1
         label = wx.StaticText(parent=panel, id=wx.ID_ANY,
         label = wx.StaticText(parent=panel, id=wx.ID_ANY,
-                              label=_("Proj.4 string:"))
+                              label=_("Proj.4 string (required):"))
         projString = wx.TextCtrl(parent=panel, id=wx.ID_ANY,
         projString = wx.TextCtrl(parent=panel, id=wx.ID_ANY,
                                  value=self.settings.Get(group='display', key='projection', subkey='proj4'),
                                  value=self.settings.Get(group='display', key='projection', subkey='proj4'),
                                  name="GetValue", size=(400, -1))
                                  name="GetValue", size=(400, -1))