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

@ -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");
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.");
gridBagConstraints = new java.awt.GridBagConstraints();
gridBagConstraints.gridx = 0;