From c99040ae8727bc55e3005c5d60465c80cc9fde8f Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Fri, 26 Jan 2007 17:36:33 +0100 Subject: [PATCH] [svn r10933] --- main/exercice/question.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/exercice/question.class.php b/main/exercice/question.class.php index e85446ce71..875281d00d 100644 --- a/main/exercice/question.class.php +++ b/main/exercice/question.class.php @@ -22,7 +22,7 @@ * File containing the Question class. * @package dokeos.exercise * @author Olivier Brouckaert -* @version $Id: question.class.php 10897 2007-01-25 12:45:10Z elixir_inter $ +* @version $Id: question.class.php 10933 2007-01-26 16:36:33Z elixir_inter $ */ @@ -795,7 +795,7 @@ abstract class Question static function display_type_menu () { global $exerciseId; - echo '
'; + echo '

'.get_lang('AddQ').' :

'; foreach(self::$questionTypes as $i=>$a_type) {