Selaa lähdekoodia

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

Linda Kladivova 4 vuotta sitten
vanhempi
commit
0ed5a63fd9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: