Преглед на файлове

Minor - Remove get_lang() on 'HotPotatoes' because it is a name, not a word

Yannick Warnier преди 8 години
родител
ревизия
7453eef4f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/gradebook/lib/be/exerciselink.class.php

+ 1 - 1
main/gradebook/lib/be/exerciselink.class.php

@@ -377,7 +377,7 @@ class ExerciseLink extends AbstractLink
     public function get_type_name()
     {
         if ($this->is_hp == 1) {
-            return get_lang('HotPotatoes');
+            return 'HotPotatoes';
         } else {
             return get_lang('Quiz');
         }