Browse Source

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

Yannick Warnier 8 years ago
parent
commit
7453eef4f8
1 changed files with 1 additions and 1 deletions
  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');
         }