diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-11 19:08:59 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-11 19:08:59 +0000 |
| commit | 0dc8b506fe92a6f4a57d6412db69c3fea420d67a (patch) | |
| tree | 690753f6c9ba2cdff48615d139e7abfab75ad2bb /src/ui | |
| parent | Stabilize the selection set system a bit (diff) | |
| download | inkscape-0dc8b506fe92a6f4a57d6412db69c3fea420d67a.tar.gz inkscape-0dc8b506fe92a6f4a57d6412db69c3fea420d67a.zip | |
Rename "Tags" to "Selection sets" to avoid confusion with a global tagging system
(bzr r13090.1.77)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/tags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/tags.cpp b/src/ui/dialog/tags.cpp index 14ad5b8cc..1b5dd9400 100644 --- a/src/ui/dialog/tags.cpp +++ b/src/ui/dialog/tags.cpp @@ -1025,7 +1025,7 @@ TagsPanel::TagsPanel() : // ------------------------------------------------------- { - _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_TAG_NEW, 0, "New", (int)BUTTON_NEW ) ); + _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_TAG_NEW, 0, "Add a new selection set", (int)BUTTON_NEW ) ); _popupMenu.show_all_children(); } |
