diff --git a/gramps/gen/filters/rules/_hascitationbase.py b/gramps/gen/filters/rules/_hascitationbase.py index d98b94a53..ea70016aa 100644 --- a/gramps/gen/filters/rules/_hascitationbase.py +++ b/gramps/gen/filters/rules/_hascitationbase.py @@ -27,7 +27,7 @@ # #------------------------------------------------------------------------- from ...const import GRAMPS_LOCALE as glocale -_ = glocale.translation.sgettext +_ = glocale.translation.gettext #------------------------------------------------------------------------- # @@ -50,7 +50,7 @@ class HasCitationBase(Rule): labels = [ _('Volume/Page:'), _('Date:'), - _('Minimum Confidence|Min. Conf.:') ] + _('Confidence:') ] name = _('Citations matching parameters') description = _("Matches citations with particular parameters") category = _('Citation/source filters')