Browse Source

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

Linda Kladivova 3 years ago
parent
commit
0ed5a63fd9
1 changed files with 1 additions and 1 deletions
  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(
     frame = SwipeMapFrame(
         parent=None,
         parent=None,
         giface=StandaloneGrassInterface(),
         giface=StandaloneGrassInterface(),
-        title=_("Temporal Plot Tool - GRASS GIS"),
+        title=_("Map Swipe Tool - GRASS GIS"),
     )
     )
 
 
     if first:
     if first: