mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Minor grammar and text fixes
This commit is contained in:
parent
40b7d4a3af
commit
411100e442
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ public class DialogContainer extends JPanel {
|
||||||
case EMBLEMS: {
|
case EMBLEMS: {
|
||||||
backgroundColor = new Color(0, 0, 50, 110);
|
backgroundColor = new Color(0, 0, 50, 110);
|
||||||
alpha = 0;
|
alpha = 0;
|
||||||
ChoiceDialog dlg = new ChoiceDialog(params, "Command Zone (Commander, Emblems and Planes)");
|
ChoiceDialog dlg = new ChoiceDialog(params, "Command Zone (Commanders, Emblems, and Planes)");
|
||||||
add(dlg);
|
add(dlg);
|
||||||
dlg.setLocation(X_OFFSET + 10, Y_OFFSET + 10);
|
dlg.setLocation(X_OFFSET + 10, Y_OFFSET + 10);
|
||||||
dlg.updateSize(params.rect.width - 80, params.rect.height - 80);
|
dlg.updateSize(params.rect.width - 80, params.rect.height - 80);
|
||||||
|
|
|
||||||
|
|
@ -591,7 +591,7 @@ public class GameController implements GameCallback {
|
||||||
if (playerId != null) {
|
if (playerId != null) {
|
||||||
Player player = game.getPlayer(playerId);
|
Player player = game.getPlayer(playerId);
|
||||||
if (player != null) {
|
if (player != null) {
|
||||||
game.informPlayers(player.getLogName() + " want to concede");
|
game.informPlayers(player.getLogName() + " wants to concede");
|
||||||
game.setConcedingPlayer(getPlayerId(userId));
|
game.setConcedingPlayer(getPlayerId(userId));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue