slave's requires with multi is different than slave's requires with non multi option
This commit is contained in:
@ -514,9 +514,9 @@ class Settings(object):
|
||||
prop_msg = 'property'
|
||||
else:
|
||||
prop_msg = 'properties'
|
||||
return PropertiesOptionError(_("cannot access to {0} {1} "
|
||||
"because has {2} {3}"
|
||||
"").format(opt_type,
|
||||
return PropertiesOptionError(_('cannot access to {0} "{1}" '
|
||||
'because has {2} {3}'
|
||||
'').format(opt_type,
|
||||
opt_or_descr.impl_get_display_name(),
|
||||
prop_msg,
|
||||
display_list(props)), props,
|
||||
|
Reference in New Issue
Block a user