4698: do not split descriptions string
svn: r17441
This commit is contained in:
parent
ef19ca1f69
commit
3659481964
@ -42,8 +42,7 @@ class MatchesNameSubstringOf(Rule):
|
|||||||
|
|
||||||
labels = [ _('Substring:')]
|
labels = [ _('Substring:')]
|
||||||
name = _('Repository name containing <substring>')
|
name = _('Repository name containing <substring>')
|
||||||
description = _("Matches repositories with name contains text\n"
|
description = _("Matches repositories with name contains text matching a substring")
|
||||||
"matching a substring")
|
|
||||||
category = _('General filters')
|
category = _('General filters')
|
||||||
|
|
||||||
def apply(self, db, repository):
|
def apply(self, db, repository):
|
||||||
|
@ -42,7 +42,7 @@ class MatchesTitleSubstringOf(Rule):
|
|||||||
|
|
||||||
labels = [ _('Substring:')]
|
labels = [ _('Substring:')]
|
||||||
name = _('Sources title containing <substring>')
|
name = _('Sources title containing <substring>')
|
||||||
description = _("Matches sources with title contains text\n"
|
description = _("Matches sources with title contains text "
|
||||||
"matching a substring")
|
"matching a substring")
|
||||||
category = _('General filters')
|
category = _('General filters')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user