4698: do not split descriptions string

svn: r17441
This commit is contained in:
Jérôme Rapinat 2011-05-07 14:31:21 +00:00
parent ef19ca1f69
commit 3659481964
3 changed files with 1204 additions and 854 deletions

2053
po/fr.po

File diff suppressed because it is too large Load Diff

View File

@ -42,8 +42,7 @@ class MatchesNameSubstringOf(Rule):
labels = [ _('Substring:')]
name = _('Repository name containing <substring>')
description = _("Matches repositories with name contains text\n"
"matching a substring")
description = _("Matches repositories with name contains text matching a substring")
category = _('General filters')
def apply(self, db, repository):

View File

@ -42,7 +42,7 @@ class MatchesTitleSubstringOf(Rule):
labels = [ _('Substring:')]
name = _('Sources title containing <substring>')
description = _("Matches sources with title contains text\n"
description = _("Matches sources with title contains text "
"matching a substring")
category = _('General filters')