diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 10370da30b8..f5a4da735af 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1195,7 +1195,7 @@ $string['restoredaccount'] = 'Restored account'; $string['restoredaccountinfo'] = 'This account was imported from another server and the password has been lost. To set a new password by email, please click \"Continue\"'; $string['restorefinished'] = 'Restore completed successfully'; $string['restoreto'] = 'Restore to'; -$string['restoreuserinfofailed'] = 'Warning: To be able to restore any user data (in activities, files, messages...) the \"moodle/restore:userinfo\" capability is required and you are missing it. Restore process stopped.'; +$string['restoreuserinfofailed'] = 'The restore process has stopped because you don\'t have permission to restore user data.'; $string['restricted'] = 'Restricted'; $string['restrictmodules'] = 'Restrict activity modules?'; $string['returningtosite'] = 'Returning to this web site?';