From 5642a538de113c0b2eb4214c0c77aabbc4c1ebad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Fri, 30 Oct 2009 21:36:57 +0100 Subject: [PATCH] fix raw text --- main/auth/my_progress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/auth/my_progress.php b/main/auth/my_progress.php index 0242bbaeb1..3a4ac273da 100644 --- a/main/auth/my_progress.php +++ b/main/auth/my_progress.php @@ -174,7 +174,7 @@ foreach ($courses as $enreg) { } } // end if (api_get_setting('use_session_mode') == 'true') - $tableTitle = $course_info['title'].' | Coach : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : ''); + $tableTitle = $course_info['title'].' | '.get_lang('Coach').' : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : ''); ?>