svn: r11242
This commit is contained in:
Jérôme Rapinat
2008-11-03 09:51:13 +00:00
parent 8d717e2717
commit e622755574

View File

@@ -39,7 +39,7 @@ from Filters.Rules._HasNoteRegexBase import HasNoteRegexBase
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
class HasNoteRegexp(HasNoteRegexBase): class HasNoteRegexp(HasNoteRegexBase):
name = _('Repositoriess having notes ' name = _('Repositories having notes '
'containing <regular expression>') 'containing <regular expression>')
description = _("Matches repositories whose notes contain text " description = _("Matches repositories whose notes contain text "
"matching a regular expression") "matching a regular expression")