diff --git a/src/states_screens/feature_unlocked.cpp b/src/states_screens/feature_unlocked.cpp index c8ec3260d45..23469b640a7 100644 --- a/src/states_screens/feature_unlocked.cpp +++ b/src/states_screens/feature_unlocked.cpp @@ -251,7 +251,7 @@ void FeatureUnlockedCutScene::addTrophy(RaceManager::Difficulty difficulty, switch (difficulty) { case RaceManager::DIFFICULTY_EASY: - msg = _("You completed the easy challenge! " + msg = _("You completed the novice challenge! " "Points earned on this level: %i/%i", CHALLENGE_POINTS[RaceManager::DIFFICULTY_EASY]*gp_factor, CHALLENGE_POINTS[max_unlocked_difficulty]*gp_factor); @@ -263,7 +263,7 @@ void FeatureUnlockedCutScene::addTrophy(RaceManager::Difficulty difficulty, CHALLENGE_POINTS[max_unlocked_difficulty]*gp_factor); break; case RaceManager::DIFFICULTY_HARD: - msg = _("You completed the difficult challenge! " + msg = _("You completed the expert challenge! " "Points earned on this level: %i/%i", CHALLENGE_POINTS[RaceManager::DIFFICULTY_HARD]*gp_factor, CHALLENGE_POINTS[max_unlocked_difficulty]*gp_factor);