Skip to content

Commit 2ff27e4

Browse files
committed
Minor - Fix language variables
1 parent 7453eef commit 2ff27e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main/ticket/report.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ function load_course_list (div_course,my_user_id) {
6767
</style>';
6868
$types = TicketManager::get_all_tickets_categories();
6969
$tools = array();
70-
$tools['todas'] = array('id' => '', 'name' => get_lang('Todas'));
70+
$tools['todas'] = array('id' => '', 'name' => get_lang('All'));
7171
$tools['announcement'] = array('id' => 'announcement', 'name' => get_lang('Announcement'));
7272
// $tools[]= array('id'=>'assignment','name'=>get_lang('Assignment'));
73-
$tools['calendar_event'] = array('id' => 'calendar_event', 'name' => get_lang('Calendar_event'));
73+
$tools['calendar_event'] = array('id' => 'calendar_event', 'name' => get_lang('CalendarEvent'));
7474
$tools['chat'] = array('id' => 'chat', 'name' => get_lang('Chat'));
75-
$tools['course_description'] = array('id' => 'course_description', 'name' => get_lang('Course_description'));
75+
$tools['course_description'] = array('id' => 'course_description', 'name' => get_lang('CourseDescription'));
7676
$tools['document'] = array('id' => 'document', 'name' => get_lang('Document'));
7777
$tools['dropbox'] = array('id' => 'dropbox', 'name' => get_lang('Dropbox'));
7878
$tools['group'] = array('id' => 'group', 'name' => get_lang('Group'));
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('Student_publication'));
82+
$tools['student_publication'] = array('id' => 'student_publication', 'name' => get_lang('StudentPublication'));
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)