diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index 1cf731366c..e912245714 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -24,7 +24,7 @@ * @author Olivier Brouckaert, original author * @author Denes Nagy, HotPotatoes integration * @author Wolfgang Schneider, code/html cleanup -* @version $Id: exercice.php 11898 2007-04-06 09:06:17Z elixir_inter $ +* @version $Id: exercice.php 12048 2007-04-18 08:08:26Z elixir_julian $ */ @@ -567,7 +567,7 @@ if($show == 'test'){ $sqlquery = "SELECT count(*) FROM $TBL_EXERCICE_QUESTION WHERE `exercice_id` = '$exid'"; $sqlresult =mysql_query($sqlquery); $rowi = mysql_result($sqlresult,0); - echo $rowi.' Questions'; ?> + echo $rowi.' '.strtolower(get_lang('Questions')); ?>
')) return false;">