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
This commit is contained in:
Jérôme Rapinat 2013-04-29 07:53:38 +00:00
parent f60212f191
commit 70ee3d822f

View File

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