Explorar o código

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

Martin Landa %!s(int64=6) %!d(string=hai) anos
pai
achega
2e45be332d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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', '?'),