From 450022ad94b5e44b83ce92b7e3aa56e519b2670b Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 23 Dec 2013 15:44:43 -0500 Subject: [PATCH] Updated some language variables to make them more global-tolerant - refs BT#7149 --- main/mySpace/index.php | 2 +- main/mySpace/myspace.lib.php | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/mySpace/index.php b/main/mySpace/index.php index 55b1bb23f5..c1318bb738 100644 --- a/main/mySpace/index.php +++ b/main/mySpace/index.php @@ -832,7 +832,7 @@ if ($is_platform_admin && in_array($view, array('admin')) && $display != 'yourst 0 => get_lang('incorrect'), 1 => get_lang('correct'), ); - $answerFilter->addElement('select', 'answer', get_lang('Answer'),$options, array('id' => 'answer')); + $answerFilter->addElement('select', 'answer', get_lang('AnswerIndicator'),$options, array('id' => 'answer')); $courseListUrl = api_get_self(); echo '
'; diff --git a/main/mySpace/myspace.lib.php b/main/mySpace/myspace.lib.php index dcd0dbc0ea..a4616613a9 100644 --- a/main/mySpace/myspace.lib.php +++ b/main/mySpace/myspace.lib.php @@ -464,19 +464,19 @@ class MySpace { #get_lang('Profile'), get_lang('Total'), get_lang('CourseDescription'), - get_lang('Lessons'), + get_lang('LearningPaths'), get_lang('Exercises'), get_lang('Forums'), - get_lang('Homeworks'), - get_lang('Wikis'), - get_lang('Surveys'), + get_lang('Assignments'), + get_lang('ToolWiki'), + get_lang('ToolSurvey'), //course description get_lang('CourseDescriptionProgress'), - //Exercises - get_lang('LessonsTotal'), - get_lang('LessonsDone'), - get_lang('LessonsLeft'), - get_lang('LessonsProgress'), + //Learning paths + get_lang('LearnpathsTotal'), + get_lang('LearnpathsDone'), + get_lang('LearnpathsLeft'), + get_lang('LearnpathsProgress'), //Exercises get_lang('ExercisesTotal'), get_lang('ExercisesDone'),