#2465 correct type, default to > 0

svn: r11259
This commit is contained in:
Benny Malengier
2008-11-05 19:08:09 +00:00
parent 681a55c1a6
commit 7e2c35067d
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ from Filters.Rules._Rule import Rule
class HasSourceBase(Rule):
"""Objects having notes"""
labels = [ _('Number of instances:'), _('Number must be')]
labels = [ _('Number of instances:'), _('Number must be:')]
name = _('Objects with <count> sources')
description = _("Matches objects that have a certain number of sources")
category = _('General filters')