diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java
index ecc9d21d3..e1f4b9042 100644
--- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java
+++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java
@@ -498,7 +498,7 @@ public class StartScene extends PixelScene {
 					}
 				} );
 			} else {
-				StartScene.this.add( new WndMessage( Messages.get(this, "need_to_win") ) );
+				StartScene.this.add( new WndMessage( Messages.get(StartScene.class, "need_to_win") ) );
 			}
 		}