Handle citation objects in glocale.trans_objclass

Without this right clicking on a citation in the clipboard
gives options like "Make See Details active" which don't make
an awful lot of sense.
This commit is contained in:
Tom Hughes 2015-10-18 17:28:31 +01:00
parent faee673b42
commit 289b2df9a1

View File

@ -835,6 +835,8 @@ class GrampsLocale(object):
return _("the source")
elif objclass == "filter":
return _("the filter")
elif objclass == "citation":
return _("the citation")
else:
return _("See details")