Browse Source

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

Yannick Warnier 9 years ago
parent
commit
2422dc138d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/coursecopy/classes/CourseRestorer.class.php

+ 1 - 1
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'])) {