diff --git a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/GameModeFactory.java b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/GameModeFactory.java
index 2cfe8559..f311e0b8 100644
--- a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/GameModeFactory.java
+++ b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/GameModeFactory.java
@@ -27,7 +27,7 @@ public boolean isAvailable(PlayerProfile p) {
case 1:
g.setRules(R.string.game_mode_time_limited_level_1);
g.setImage(R.drawable.ic_icon_time_based_game_30_s);
- g.setLeaderboardStringId(R.string.leaderboard_30_seconds);
+ g.setLeaderboardStringId(R.string.leaderboard_sprint);
g.setLeaderboardDescriptionStringId(R.string.leaderboard_chooser_time_limited_level_1_description);
break;
@@ -41,7 +41,7 @@ public boolean isAvailable(PlayerProfile p) {
case 3:
g.setRules(R.string.game_mode_time_limited_level_3);
g.setImage(R.drawable.ic_icon_time_based_game_90_s);
- g.setLeaderboardStringId(R.string.leaderboard_90_seconds);
+ g.setLeaderboardStringId(R.string.leaderboard_marathon);
g.setLeaderboardDescriptionStringId(R.string.leaderboard_chooser_time_limited_level_3_description);
break;
diff --git a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/ui/fragments/LeaderboardChooserFragment.java b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/ui/fragments/LeaderboardChooserFragment.java
index 4c628dbe..a456eeaa 100644
--- a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/ui/fragments/LeaderboardChooserFragment.java
+++ b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/ui/fragments/LeaderboardChooserFragment.java
@@ -66,7 +66,7 @@ private void loadGameMode() {
mGameModeViewAdapter.add(GameModeFactory.createRemainingTimeGame(1));
//Second mode: Kill as many Ghosts as you can in 60 seconds. (level 2)
- mGameModeViewAdapter.add(GameModeFactory.createRemainingTimeGame(2));
+ //mGameModeViewAdapter.add(GameModeFactory.createRemainingTimeGame(2));
//Third mode: Kill as many Ghosts as you can in 30 seconds. (level 3)
mGameModeViewAdapter.add(GameModeFactory.createRemainingTimeGame(3));
diff --git a/ChaseWhisply/src/main/res/values/ids.xml b/ChaseWhisply/src/main/res/values/ids.xml
index 2e19cf49..23b0fc1d 100644
--- a/ChaseWhisply/src/main/res/values/ids.xml
+++ b/ChaseWhisply/src/main/res/values/ids.xml
@@ -18,4 +18,6 @@
CgkIyKropZoEEAIQDw
CgkIyKropZoEEAIQEA
CgkIyKropZoEEAIQFg
+ CgkIyKropZoEEAIQGA
+ CgkIyKropZoEEAIQGQ
\ No newline at end of file