Change content copy suffix from "Copy" to "CopyLabelSuffix" to avoid the infinitive form in other languages

1.10.x
Yannick Warnier 10 years ago
parent d032761e95
commit 2422dc138d
  1. 2
      main/coursecopy/classes/CourseRestorer.class.php

@ -2092,7 +2092,7 @@ class CourseRestorer
}
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'])) {

Loading…
Cancel
Save