MDL-40600 core_courseformat: duplicate a named section with copy

When a named section is duplicated, the name must have a (copy) particle
to make visible what section is the original and what is the copy.
This commit is contained in:
Ferran Recio 2023-02-01 11:03:58 +01:00 committed by Alex Morris
parent f1c4cc73df
commit 01d6ba02a3
No known key found for this signature in database
GPG key ID: 0501031386C92557
4 changed files with 18 additions and 2 deletions

View file

@ -583,6 +583,7 @@ $string['doyouagree'] = 'Have you read these conditions and understood them?';
$string['droptoupload'] = 'Drop files here to upload';
$string['duplicate'] = 'Duplicate';
$string['duplicatedmodule'] = '{$a} (copy)';
$string['duplicatedsection'] = '{$a} (copy)';
$string['edhelpaspellpath'] = 'To use spell-checking within the editor, you MUST have <strong>aspell 0.50</strong> or later installed on your server, and you must specify the correct path to access the aspell binary. On Unix/Linux systems, this path is usually <strong>/usr/bin/aspell</strong>, but it might be something else.';
$string['edhelpbgcolor'] = 'Define the edit area\'s background color.<br />Valid values are, for example: #FFFFFF or white';
$string['edhelpcleanword'] = 'This setting enables or disables Word-specific format filtering.';