diff --git a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java index fd382299aba..ed535650b11 100644 --- a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java +++ b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java @@ -22,7 +22,7 @@ public class AltWinAchievements extends AchievementCollection { @Override protected void addAchievements() { - add("Approach of the Second Sun", "The Return of the God-Pharaoh", "I'm back! Did you miss me?"); + add("Approach of the Second Sun", "The God-Pharaoh's Return", "I'm back! Did you miss me?"); add("Azor's Elocutors", "The Filibuster", "Talk might be cheap, but it can buy you victory!"); add("Barren Glory", "The Clean Slate", "When you have nothing, you can lose nothing... so you can win everything!"); add("Battle of Wits", "The Great Library", "So many answers, so little time to look through them...");