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'),