[minor] Some text renaming.

This commit is contained in:
LevelX2 2013-07-16 00:06:15 +02:00
parent 26ca873eb6
commit f63a64e6cf

View file

@ -803,7 +803,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
Player player = state.getPlayer(playerId); Player player = state.getPlayer(playerId);
if (player != null) { if (player != null) {
player.quit(this); player.quit(this);
fireInformEvent(player.getName() + " has quitted the match."); fireInformEvent(player.getName() + " quits the match.");
} }
} }