فهرست منبع

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")),