From 83cdfd9a7b709aba446ec9024601830d970e0140 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 8 Mar 2015 06:45:24 +0530 Subject: [PATCH] MDL-48795 lang: Update message for nothingnew In lang/en/moodle.php file --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 4b1272c0e6c..2e570307580 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1330,7 +1330,7 @@ $string['notenrolled'] = '{$a} is not enrolled in this course.'; $string['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.'; $string['noteusercannotrolldatesoncontext'] = 'Note: The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.'; $string['noteuserschangednonetocourse'] = 'Note: Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.'; -$string['nothingnew'] = 'Nothing new since your last login'; +$string['nothingnew'] = 'No recent activity'; $string['nothingtodisplay'] = 'Nothing to display'; $string['notice'] = 'Notice'; $string['noticenewerbackup'] = 'This backup file has been created with Moodle {$a->backuprelease} ({$a->backupversion}) and it\'s newer than your currently installed Moodle {$a->serverrelease} ({$a->serverversion}). This could cause some inconsistencies because backwards compatibility of backup files cannot be guaranteed.';