forked from External/mage
Fixed a spelling error in GUI Size text.
This commit is contained in:
parent
e9638bcc4d
commit
74b4e5941b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue