]> git.mjollnir.org Git - moodle.git/commitdiff
define roles: fix incorrect error message.
authortjhunt <tjhunt>
Thu, 20 Nov 2008 08:28:33 +0000 (08:28 +0000)
committertjhunt <tjhunt>
Thu, 20 Nov 2008 08:28:33 +0000 (08:28 +0000)
lang/en_utf8/role.php

index cde696c1ff6d1c8b1e3a7e2310bd35af3f4ccc08..d5b9daa59b0d19d7021f8d21ace83e3c3360ec8c 100644 (file)
@@ -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';