Skip to content

Commit debf047

Browse files
authored
Tweak language strings
1 parent c45ab55 commit debf047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/block_lifecycle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$string['button:toggleautoreadonly'] = 'Disable Automatic Read-Only';
2828
$string['confirm:unfreeze_button'] = '
2929
<p>{$a->contextname} is currently frozen. Unfreezing it will allow users to make changes. Are you sure you wish to continue?</p>
30-
<p class="red">Warning: it will be read-only again tomorrow unless you disable "Automatic Read-Only" in the block.</p>';
30+
<p class="red">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.</p>';
3131
$string['error:cannotgetscheduledfreezedate'] = 'Could not get the automatically suggested date.';
3232
$string['error:dateformat'] = 'Date must be in format YYYY-MM-DD';
3333
$string['error:unfreeze_course'] = 'You do not have permission to enable editing.';
@@ -39,7 +39,7 @@
3939
$string['help:togglefreezing'] = 'Disable Automatic Read-Only';
4040
$string['help:togglefreezing_help'] = 'Disable Automatic Read-Only.';
4141
$string['label:readonlydate'] = 'This course will be made automatically Read Only on: ';
42-
$string['label:readonlydateinput'] = 'Overrides Read-Only date:';
42+
$string['label:readonlydateinput'] = 'Override Read-Only date:';
4343
$string['label:unfreezebutton'] = 'Enable editing';
4444
$string['lifecycle:addinstance'] = 'Add lifecycle block';
4545
$string['lifecycle:coursereadonly'] = 'This Course is Read Only';

0 commit comments

Comments
 (0)