From fe391a4e0ca1ffb21b894834b22d83ecd4bc40d9 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 11 Feb 2015 07:24:03 +0100 Subject: [PATCH] MDL-48894 core_registration: minor string tweak --- 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 342d9ca7f27..fd3471d15a9 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -801,7 +801,7 @@ $string['pgcluster'] = 'PostgreSQL Cluster'; $string['pgclusterdescription'] = 'PostgreSQL version/cluster parameter for command line operations. If you only have one postgresql on your system or you are not sure what this is, leave this blank.'; $string['phpfloatproblem'] = 'Detected unexpected problem in handling of PHP float numbers - {$a}'; $string['pleaserefreshregistration'] = 'Your site has been registered. Registration last updated {$a}. You can manually update your registration at any time.'; -$string['pleaserefreshregistrationunknown'] = 'Your site has been registered but the registration date is unknown. Please update your registration using the \'Update registration\' button or enable the \'Site registration\' scheduled task so that your registration is automatically updated.'; +$string['pleaserefreshregistrationunknown'] = 'Your site has been registered but the registration date is unknown. Please update your registration using the \'Update registration\' button or ensure that the \'Site registration\' scheduled task is enabled so your registration is automatically updated.'; $string['plugin'] = 'Plugin'; $string['plugins'] = 'Plugins'; $string['pluginscheck'] = 'Plugin dependencies check';