瀏覽代碼

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

Linda Kladivova 4 年之前
父節點
當前提交
0ed5a63fd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: