Merge pull request #67 from tomhughes/objclass

Handle citation objects in glocale.trans_objclass
This commit is contained in:
Nick Hall 2015-10-18 23:50:07 +01:00
commit f7c6f61bf2

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")