Add tooltip to mergebutton

svn: r16789
This commit is contained in:
Michiel Nauta
2011-03-09 16:07:34 +00:00
parent 0131c273ca
commit 2a5ae67165
9 changed files with 17 additions and 8 deletions

View File

@ -109,6 +109,7 @@ class MediaView(ListView):
ADD_MSG = _("Add a new media object")
EDIT_MSG = _("Edit the selected media object")
DEL_MSG = _("Delete the selected media object")
MERGE_MSG = _("Merge the selected media objects")
FILTER_TYPE = 'MediaObject'
QR_CATEGORY = CATEGORY_QR_MEDIA