Przeglądaj źródła

wxGUI About System: 'GRASS SVN revision' changed to more generic 'Code revision'

Martin Landa 6 lat temu
rodzic
commit
2e45be332d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/lmgr/frame.py

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -1245,7 +1245,7 @@ class GMFrame(wx.Frame):
                                 "Python: %s\n"
                                 "wxPython: %s\n"
                                 "%s: %s%s\n" % (_("GRASS version"), vInfo.get('version', _('unknown version')),
-                                                _("GRASS SVN revision"), vInfo.get(
+                                                _("Code revision"), vInfo.get(
                                                     'revision', '?'),
                                                 _("Build date"), vInfo.get(
                                                     'build_date', '?'),