From: tjhunt Date: Thu, 20 Nov 2008 08:28:33 +0000 (+0000) Subject: define roles: fix incorrect error message. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8fa6c8941fbaba4d78aa3c6c5a417acdd79080e2;p=moodle.git define roles: fix incorrect error message. --- diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index cde696c1ff..d5b9daa59b 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -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';