4698: do not split descriptions string

svn: r17440
This commit is contained in:
Jérôme Rapinat 2011-05-07 14:28:46 +00:00
parent ec249b8a29
commit 0a47cf5210
4 changed files with 539 additions and 409 deletions

491
po/fr.po

File diff suppressed because it is too large Load Diff

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