update translation

This commit is contained in:
2014-03-26 20:47:30 +01:00
parent 835d6d6da0
commit 84f0095c2f
3 changed files with 29 additions and 10 deletions

View File

@ -1534,8 +1534,8 @@ def validate_callback(callback, callback_params, type_):
'tuple as 1 must only have '
'None as first value'))
elif len(callbk) != 2:
raise ValueError(_('{0}_params must only 1 or 2 as '
'length'))
raise ValueError(_('{0}_params must only have 1 or 2 '
'as length'))
else:
option, force_permissive = callbk
if type_ == 'validator' and not force_permissive: