From ed2aa0725a9907eea5ef4cc81687aa0dd4750426 Mon Sep 17 00:00:00 2001 From: Isaac Flores Date: Wed, 1 Jul 2009 22:43:00 +0200 Subject: [PATCH] [svn r21708] minor - logic changes - changed variable language - (partial FS#4371) --- main/exercice/exercice.php | 4 ++-- main/exercice/question_create.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index d9466c6729..55afc8b68b 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -1,5 +1,5 @@ ' . Display :: return_icon('new_test.gif', get_lang('NewEx')) . get_lang('NewEx') . ''; - echo '' . Display :: return_icon('question_add.gif', get_lang('AddQuestion')) . get_lang('AddQuestion') . ''; + echo '' . Display :: return_icon('question_add.gif', get_lang('AddQuestionToExercise')) . get_lang('AddQuestionToExercise') . ''; echo '' . Display :: return_icon('jqz.gif', get_lang('ImportHotPotatoesQuiz')) . get_lang('ImportHotPotatoesQuiz') . ''; echo '' . Display :: return_icon('show_test_results.gif', get_lang('Results')) . get_lang('Results') . ''; } diff --git a/main/exercice/question_create.php b/main/exercice/question_create.php index 7521e6913d..ba1934a12a 100644 --- a/main/exercice/question_create.php +++ b/main/exercice/question_create.php @@ -46,14 +46,14 @@ api_protect_course_script(true); $interbreadcrumb[]=array("url" => "exercice.php","name" => get_lang('Exercices')); // Tool name -$nameTools=get_lang('AddQuestion'); +$nameTools=get_lang('AddQuestionToExercise'); // The form $form = new FormValidator('add_question','post'); // form title -$form->addElement('header','',get_lang('AddQuestion')); +$form->addElement('header','',get_lang('AddQuestionToExercise')); // the question types (normal form element) /*