typo: to many-> too many
svn: r12070
This commit is contained in:
parent
6f3186c82c
commit
80e78696ab
@ -108,7 +108,7 @@ class FilterParser(handler.ContentHandler):
|
|||||||
def endElement(self, tag):
|
def endElement(self, tag):
|
||||||
if tag == "rule" and self.r is not None:
|
if tag == "rule" and self.r is not None:
|
||||||
if len(self.r.labels) < len(self.a):
|
if len(self.r.labels) < len(self.a):
|
||||||
print _("WARNING: To many arguments in filter '%s'!\n"\
|
print _("WARNING: Too many arguments in filter '%s'!\n"\
|
||||||
"Trying to load with subset of arguments.") %\
|
"Trying to load with subset of arguments.") %\
|
||||||
self.f.get_name()
|
self.f.get_name()
|
||||||
nargs = len(self.r.labels)
|
nargs = len(self.r.labels)
|
||||||
@ -116,7 +116,7 @@ class FilterParser(handler.ContentHandler):
|
|||||||
self.f.add_rule(rule)
|
self.f.add_rule(rule)
|
||||||
else:
|
else:
|
||||||
if len(self.r.labels) > len(self.a):
|
if len(self.r.labels) > len(self.a):
|
||||||
print _("WARNING: To few arguments in filter '%s'!\n" \
|
print _("WARNING: Too few arguments in filter '%s'!\n" \
|
||||||
" Trying to load anyway in the hope this "\
|
" Trying to load anyway in the hope this "\
|
||||||
"will be upgraded.") %\
|
"will be upgraded.") %\
|
||||||
self.f.get_name()
|
self.f.get_name()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user