Ver código fonte

wxGUI: fix MapSwipe's wrong title (#1692)

Linda Kladivova 3 anos atrás
pai
commit
0ed5a63fd9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      gui/wxpython/mapswipe/g.gui.mapswipe.py

+ 1 - 1
gui/wxpython/mapswipe/g.gui.mapswipe.py

@@ -82,7 +82,7 @@ def main():
     frame = SwipeMapFrame(
         parent=None,
         giface=StandaloneGrassInterface(),
-        title=_("Temporal Plot Tool - GRASS GIS"),
+        title=_("Map Swipe Tool - GRASS GIS"),
     )
 
     if first: