Skip to content

Commit 577ff56

Browse files
committed
Minor - Fix language variables
1 parent 4a4e7e5 commit 577ff56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/exercise/hotpotatoes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
$form->addElement('hidden', 'imgcount', $imgcount);
101101
$form->addElement('hidden', 'finish', $finish);
102102
$form->addElement('html', GenerateHiddenList($imgparams));
103-
$form->addElement('label', '', Display::return_icon('hotpotatoes.jpg', get_lang('HotPotatoes')));
103+
$form->addElement('label', '', Display::return_icon('hotpotatoes.jpg', 'HotPotatoes'));
104104
$label = get_lang('DownloadImg').' : ';
105105
if ($finish == 0) {
106106
$label = get_lang('DownloadFile').' : ';

main/ticket/report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function load_course_list (div_course,my_user_id) {
7979
$tools['learnpath'] = array('id' => 'learnpath', 'name' => get_lang('Learnpath'));
8080
$tools['link'] = array('id' => 'link', 'name' => get_lang('Link'));
8181
$tools['quiz'] = array('id' => 'quiz', 'name' => get_lang('Quiz'));
82-
$tools['student_publication'] = array('id' => 'student_publication', 'name' => get_lang('StudentPublication'));
82+
$tools['student_publication'] = array('id' => 'student_publication', 'name' => get_lang('ToolStudentPublication'));
8383
$tools['user'] = array('id' => 'user', 'name' => get_lang('User'));
8484
$tools['forum'] = array('id' => 'forum', 'name' => get_lang('Forum'));
8585

0 commit comments

Comments
 (0)