mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Add a 'spectators allowed' option for regular tables (aka non tournaments).
This commit is contained in:
parent
4c7b0d50d2
commit
79d4e7e9b1
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
|||
<Component class="javax.swing.JCheckBox" name="chkSpectatorsAllowed">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" value="Spectators allowed"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="<HTML>Allow to rollback to the start of previous turns<br>
if all players agree.
"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Allow spectators to view your game."/>
|
||||
</Properties>
|
||||
</Component>
|
||||
|
||||
|
|
Loading…
Reference in a new issue