Explorar o código

wxGUI datacatalog: improve new db tooltip (#936)

Linda Kladivova %!s(int64=4) %!d(string=hai) anos
pai
achega
b32089d258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")),