From debf04735dfcba40895e0abb7f007ae4f7989df6 Mon Sep 17 00:00:00 2001 From: Alistair Spark Date: Sun, 1 Dec 2024 08:49:06 +0000 Subject: [PATCH] Tweak language strings --- lang/en/block_lifecycle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/block_lifecycle.php b/lang/en/block_lifecycle.php index 77b03d4..d3053c4 100644 --- a/lang/en/block_lifecycle.php +++ b/lang/en/block_lifecycle.php @@ -27,7 +27,7 @@ $string['button:toggleautoreadonly'] = 'Disable Automatic Read-Only'; $string['confirm:unfreeze_button'] = '

{$a->contextname} is currently frozen. Unfreezing it will allow users to make changes. Are you sure you wish to continue?

-

Warning: it will be read-only again tomorrow unless you disable "Automatic Read-Only" in the block.

'; +

Warning: this course will be made read-only again tomorrow unless you set a date override or switch off the "Automatic Read-Only" in the Lifecycle block.

'; $string['error:cannotgetscheduledfreezedate'] = 'Could not get the automatically suggested date.'; $string['error:dateformat'] = 'Date must be in format YYYY-MM-DD'; $string['error:unfreeze_course'] = 'You do not have permission to enable editing.'; @@ -39,7 +39,7 @@ $string['help:togglefreezing'] = 'Disable Automatic Read-Only'; $string['help:togglefreezing_help'] = 'Disable Automatic Read-Only.'; $string['label:readonlydate'] = 'This course will be made automatically Read Only on: '; -$string['label:readonlydateinput'] = 'Overrides Read-Only date:'; +$string['label:readonlydateinput'] = 'Override Read-Only date:'; $string['label:unfreezebutton'] = 'Enable editing'; $string['lifecycle:addinstance'] = 'Add lifecycle block'; $string['lifecycle:coursereadonly'] = 'This Course is Read Only';