From 70ee3d822f67c31c5a3d4c7a36a37147bc6a133e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 29 Apr 2013 07:53:38 +0000 Subject: [PATCH] 5751: revert r22107, even cosmetic (most labels on base filters are not displayed); only sidebar gui filter has a custom behavior (around level=2) svn: r22115 --- gramps/gen/filters/rules/_hascitationbase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')