Browse Source

wxGUI datacatalog: improve new db tooltip (#936)

Linda Kladivova 4 years ago
parent
commit
b32089d258
1 changed files with 1 additions and 1 deletions
  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")),