Skip to content

Commit

Permalink
wxGUI datacatalog: improve new db tooltip (OSGeo#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindakarlovska authored Aug 26, 2020
1 parent 0c4f02e commit b32089d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/datacatalog/toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
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")),
Expand Down

0 comments on commit b32089d

Please sign in to comment.