update french translation

This commit is contained in:
2013-09-23 21:00:45 +02:00
parent d2f101b7bb
commit 26e3651848
3 changed files with 310 additions and 265 deletions

View File

@ -1325,6 +1325,6 @@ def validate_callback(callback, callback_params, type_):
).format(type_, type(option)))
if force_permissive not in [True, False]:
raise ValueError(_('{0}_params should have a boolean'
'not a {0} for second argument'
' not a {0} for second argument'
).format(type_, type(
force_permissive)))