From 53456d0ec4515ece3b985db22a1ddbb930a5c443 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 16 Apr 2015 10:11:15 +0800 Subject: [PATCH] MDL-49377 admin: Refining message Credit goes to Helen Foster. --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index cd78af14bf17d..0ac9d75befe7e 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1082,7 +1082,7 @@ $string['updateavailable_version'] = 'Version {$a}'; $string['updateavailableinstall'] = 'Install this update'; $string['updateavailablenot'] = 'Your Moodle code is up-to-date!'; -$string['updateavailablerecommendation'] = 'We strongly recommend you keep your Moodle site updated to the latest version, so that you can be sure you have all our latest fixes for security issues and other bugs.'; +$string['updateavailablerecommendation'] = 'It is strongly recommended that you update your site to the latest version to obtain all recent security and bug fixes.'; $string['updatenotifications'] = 'Update notifications'; $string['updatenotificationfooter'] = 'Your Moodle site {$a->siteurl} is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My preferences section.'; $string['updatenotificationsubject'] = 'Moodle updates are available ({$a->siteurl})';