mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
f1c4cc73df
commit
01d6ba02a3
4 changed files with 18 additions and 2 deletions
|
@ -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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue