fix errormessage-format when used more than once, fixes #1356
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1696,7 +1696,7 @@ $lng['serversettings']['documentroot_use_default_value']['description'] = 'If en
|
||||
$lng['error']['usercurrentlydeactivated'] = 'The user %s is currently deactivated';
|
||||
$lng['admin']['speciallogfile']['title'] = 'Separate logfile';
|
||||
$lng['admin']['speciallogfile']['description'] = 'Enable this to get a separate access-log file for this domain';
|
||||
$lng['error']['setlessthanalreadyused'] = 'You cannot set less resources of \'%s\' than this user already used';
|
||||
$lng['error']['setlessthanalreadyused'] = 'You cannot set less resources of \'%s\' than this user already used<br />';
|
||||
$lng['error']['stringmustntbeempty'] = 'The value for the field %s must not be empty';
|
||||
$lng['admin']['domain_editable']['title'] = 'Allow editing of domain';
|
||||
$lng['admin']['domain_editable']['desc'] = 'If set to yes, the customer is allowed to change several domain-settings.<br />If set to no, nothing can be changed by the customer.';
|
||||
|
||||
Reference in New Issue
Block a user