* Some spelling changes.

This commit is contained in:
LevelX2 2015-07-26 09:19:46 +02:00
parent 25db567c89
commit 768fd17d93
4 changed files with 40 additions and 39 deletions

View file

@ -333,7 +333,7 @@ public class PlayAreaPanel extends javax.swing.JPanel {
}
};
JMenu rollbackMainItem = new JMenu("Roll back");
JMenu rollbackMainItem = new JMenu("Rollback");
rollbackMainItem.setMnemonic(KeyEvent.VK_R);
rollbackMainItem.setToolTipText("The game will be rolled back to the start of the requested turn if all players agree.");
popupMenu.add(rollbackMainItem);