瀏覽代碼

wxGUI datacatalog: improve new db tooltip (#936)

Linda Kladivova 4 年之前
父節點
當前提交
b32089d258
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/datacatalog/toolbars.py

+ 1 - 1
gui/wxpython/datacatalog/toolbars.py

@@ -34,7 +34,7 @@ icons = {
         label=_("Allow edits outside of the current mapset")),
     'addGrassDB': MetaIcon(
         img='grassdb-add',
-        label=_("Add new GRASS database")),
+        label=_("Add existing or create new database")),
     'addMapset': MetaIcon(
         img='mapset-add',
         label=_("Create new mapset in current location")),