浏览代码

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

Linda Kladivova 3 年之前
父节点
当前提交
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: