Skip to content

Commit

Permalink
Change content copy suffix from "Copy" to "CopyLabelSuffix" to avoid …
Browse files Browse the repository at this point in the history
…the infinitive form in other languages
  • Loading branch information
ywarnier committed Jul 21, 2015
1 parent d032761 commit 2422dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/coursecopy/classes/CourseRestorer.class.php
Expand Up @@ -2092,7 +2092,7 @@ public function restore_learnpaths($session_id = 0, $respect_base_content = fals
}

if ($this->add_text_in_items) {
$lp->name = $lp->name.' '.get_lang('Copy');
$lp->name = $lp->name.' '.get_lang('CopyLabelSuffix');
}

if (isset($this->tool_copy_settings['learnpaths'])) {
Expand Down

0 comments on commit 2422dc1

Please sign in to comment.