Fixed a spelling error in GUI Size text.

This commit is contained in:
LevelX2 2016-02-21 23:21:21 +01:00
parent e9638bcc4d
commit 74b4e5941b
2 changed files with 2 additions and 2 deletions

View file

@ -1788,7 +1788,7 @@
<Component class="javax.swing.JLabel" name="labelStackWidth"> <Component class="javax.swing.JLabel" name="labelStackWidth">
<Properties> <Properties>
<Property name="horizontalAlignment" type="int" value="0"/> <Property name="horizontalAlignment" type="int" value="0"/>
<Property name="text" type="java.lang.String" value="Stack %width relatated to hand"/> <Property name="text" type="java.lang.String" value="Stack %width related to hand"/>
<Property name="toolTipText" type="java.lang.String" value="&lt;HTML&gt;The % size of the stack object area in relation to the hand card area size."/> <Property name="toolTipText" type="java.lang.String" value="&lt;HTML&gt;The % size of the stack object area in relation to the hand card area size."/>
</Properties> </Properties>
<AccessibilityProperties> <AccessibilityProperties>

View file

@ -1020,7 +1020,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
sliderStackWidth.getAccessibleContext().setAccessibleDescription("<HTML>The stack width in relation to the hand area width"); sliderStackWidth.getAccessibleContext().setAccessibleDescription("<HTML>The stack width in relation to the hand area width");
labelStackWidth.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); labelStackWidth.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
labelStackWidth.setText("Stack %width relatated to hand"); labelStackWidth.setText("Stack %width related to hand");
labelStackWidth.setToolTipText("<HTML>The % size of the stack object area in relation to the hand card area size."); labelStackWidth.setToolTipText("<HTML>The % size of the stack object area in relation to the hand card area size.");
gridBagConstraints = new java.awt.GridBagConstraints(); gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0; gridBagConstraints.gridx = 0;