mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
define roles: fix incorrect error message.
This commit is contained in:
parent
ecbb6ef44c
commit
8fa6c8941f
@ -83,7 +83,7 @@ $string['editingrolex'] = 'Editing role \'$a\'';
|
||||
$string['editrole'] = 'Edit role';
|
||||
$string['editxrole'] = 'Edit $a role';
|
||||
$string['errorbadrolename'] = 'Incorrect role name';
|
||||
$string['errorbadroleshortname'] = 'Incorrect role name';
|
||||
$string['errorbadroleshortname'] = 'Incorrect role short name';
|
||||
$string['errorexistsrolename'] = 'Role name already exists';
|
||||
$string['errorexistsroleshortname'] = 'Role name already exists';
|
||||
$string['existingusers'] = '$a existing users';
|
||||
|
Loading…
x
Reference in New Issue
Block a user