Merge pull request #67 from tomhughes/objclass
Handle citation objects in glocale.trans_objclass
This commit is contained in:
commit
f7c6f61bf2
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user