Juan Carlos Raña 15 years ago
parent
commit
2393f4c3f8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      main/auth/my_progress.php
  2. 1 1
      main/exercice/hotpotatoes.php

+ 1 - 1
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 : '');
 
 		?>
 		<table class="data_table" width="100%">

+ 1 - 1
main/exercice/hotpotatoes.php

@@ -277,7 +277,7 @@ if((api_is_allowed_to_edit(null,true)) && (($finish == 0) || ($finish == 2)))
 			<input type="file" name="userFile"><br /><br />
 			<button type="submit" class="upload" name="submit" value="'.get_lang('Send').'">'.get_lang('SendFile').'</button>
 		 </div>';
-	echo '<div>'.Display::display_icon('hotpotatoes.jpg','').'</div>';
+	echo '<div>'.Display::display_icon('hotpotatoes.jpg',get_lang('HotPotatoes')).'</div>';
 	echo '</div></div>';
 
 ?>