- Fix dev mode description in popup for adding card to hand

This commit is contained in:
Sol
2013-03-06 05:04:13 +00:00
parent ea04892ea0
commit e868f8d5ed

View File

@@ -672,7 +672,7 @@ public final class GuiDisplayUtil {
*/
public static void devModeCardToHand() {
final List<Player> players = Singletons.getModel().getGame().getPlayers();
final Player p = GuiChoose.oneOrNone("Put card in play for which player?", players);
final Player p = GuiChoose.oneOrNone("Put card in hand for which player?", players);
if (null == p) {
return;
}