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:
parent
4f14f8e4a0
commit
0baf7dc3ad
@ -835,6 +835,8 @@ class GrampsLocale(object):
|
|||||||
return _("the source")
|
return _("the source")
|
||||||
elif objclass == "filter":
|
elif objclass == "filter":
|
||||||
return _("the filter")
|
return _("the filter")
|
||||||
|
elif objclass == "citation":
|
||||||
|
return _("the citation")
|
||||||
else:
|
else:
|
||||||
return _("See details")
|
return _("See details")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user