소스 검색

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');
         }