diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index d57d2f05a55..5d533e0bc00 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1371,7 +1371,7 @@ $string['restorefinished'] = 'Restore completed successfully'; $string['restoreto'] = 'Restore to'; $string['restoretositeadding'] = 'Warning: You are about to restore to the site front page, adding data to it!'; $string['restoretositedeleting'] = 'Warning: You are about to restore to the site front page, deleting data from it first!'; -$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['returntooriginaluser'] = 'Return to $a';