From: tjhunt Date: Tue, 7 Apr 2009 05:16:38 +0000 (+0000) Subject: qtype admin: sort lang file properly X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a8be3f428732db45e7566d306f03489072c9c160;p=moodle.git qtype admin: sort lang file properly --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 0e4134ebd9..da31d7e386 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -48,9 +48,6 @@ $string['calendarsettings'] = 'Calendar'; $string['cannotdeletemissingqtype'] = 'You cannot delete the missing question type. It is needed by the system.'; $string['cannotdeleteqtypeinuse'] = 'You cannot delete the question type \'$a\'. There are questions of this type in the question bank.'; $string['cannotdeleteqtypeneeded'] = 'You cannot delete the question type \'$a\'. There are other question types installed that rely on it.'; -$string['deletingqtype'] = 'Deleting question type \'$a\''; -$string['deleteqtypeareyousure'] = 'Are you sure you want to delete the question type \'$a\''; -$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type \'$a\'. Are you sure you want to uninstall it?'; $string['cfgwwwrootwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. It does not match the URL you are using to access this page. Please correct it, or you will experience strange bugs like MDL-11061.'; $string['cfgwwwrootslashwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. You have included a \'/\' character at the end. Please remove it, or you will experience strange bugs like MDL-11061.'; $string['change'] = 'change'; @@ -338,8 +335,11 @@ $string['defaultuserroleid'] = 'Default role for all users'; $string['defaultvalues'] = 'Default values'; $string['deleteerrors'] = 'Delete errors'; $string['deleteincompleteusers'] = 'Delete incomplete users after'; +$string['deleteqtypeareyousure'] = 'Are you sure you want to delete the question type \'$a\''; +$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type \'$a\'. Are you sure you want to uninstall it?'; $string['deleteunconfirmed'] = 'Delete not fully setup users after'; $string['deleteuser'] = 'Delete user'; +$string['deletingqtype'] = 'Deleting question type \'$a\''; $string['density'] = 'Density'; $string['denyemailaddresses'] = 'Denied email domains'; $string['development'] = 'Development';