mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-48795 lang: Update message for nothingnew
In lang/en/moodle.php file
This commit is contained in:
parent
b90f98dade
commit
83cdfd9a7b
1 changed files with 1 additions and 1 deletions
|
@ -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['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.';
|
||||||
$string['noteusercannotrolldatesoncontext'] = '<strong>Note:</strong> The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.';
|
$string['noteusercannotrolldatesoncontext'] = '<strong>Note:</strong> The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.';
|
||||||
$string['noteuserschangednonetocourse'] = '<strong>Note:</strong> Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.';
|
$string['noteuserschangednonetocourse'] = '<strong>Note:</strong> 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['nothingtodisplay'] = 'Nothing to display';
|
||||||
$string['notice'] = 'Notice';
|
$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.';
|
$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.';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue