Skip to content

Commit 3883793

Browse files
author
Arun Prasaad
committed
Change message to English
1 parent 29d0d85 commit 3883793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ihm/SokobanWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ else if (input == GameAction.STOP) {
100100

101101
private void handleEndOfLevel() {
102102
if (controller.isOnCustomLevel()) {
103-
JOptionPane.showMessageDialog( this, "Bravo, vous avez fini le niveau !" );
103+
JOptionPane.showMessageDialog(this, "Congratulations, you've completed the level!");
104104
exitGame();
105105
}
106106
else {

0 commit comments

Comments
 (0)