Преглед изворни кода

wxGUI: tooltip for location wizard

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52949 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras пре 12 година
родитељ
комит
29b28d2476
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      gui/wxpython/gis_set.py

+ 3 - 0
gui/wxpython/gis_set.py

@@ -135,6 +135,9 @@ class GRASSStartup(wx.Frame):
                                  label = _("&Create mapset"))
         self.bwizard = wx.Button(parent = self.panel, id = wx.ID_ANY,
                                  label = _("&Location wizard"))
+        self.bwizard.SetToolTipString(_("Start location wizard."
+                                        " After location is created successfully,"
+                                        " GRASS session is started."))
         self.manageloc = wx.Choice(parent = self.panel, id = wx.ID_ANY,
                                    choices = [_('Rename mapset'), _('Rename location'),
                                             _('Delete mapset'), _('Delete location')])