Procházet zdrojové kódy

wording
(merge from relbr64, https://trac.osgeo.org/grass/changeset/35618)


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

Martin Landa před 16 roky
rodič
revize
05e0b791bc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      gui/wxpython/gui_modules/preferences.py

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

@@ -1434,8 +1434,8 @@ class PreferencesDialog(wx.Dialog):
         
         row += 1
         gridSizer.Add(item=wx.StaticText(parent=panel, id=wx.ID_ANY,
-                                         label=_("Note: To change icon theme, "
-                                                 "you must save settings and restart the GUI.")),
+                                         label=_("Note: For changing the icon theme, "
+                                                 "you must save the settings and restart this GUI.")),
                       flag=wx.ALIGN_CENTER_VERTICAL,
                       pos=(row, 0), span=(1, 2))