Explorar o código

wxGUI: fix message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54387 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=12) %!d(string=hai) anos
pai
achega
d97f3f8d77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/mapdisp/frame.py

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

@@ -737,7 +737,7 @@ class MapFrame(SingleMapFrame):
                 for name in vect:
                     if lmap == name:
                         self._giface.WriteWarning(_("Vector map <%s> "
-                                                                  "opened for editing - skipped.") % map)
+                                                                  "opened for editing - skipped.") % lmap)
                         vect.remove(name)
             
             if len(vect) < 1: