mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed minor spelling error in preferences.
This commit is contained in:
parent
c61819000a
commit
2b94ed232a
2 changed files with 6 additions and 6 deletions
|
@ -150,7 +150,7 @@
|
||||||
<Property name="toolTipText" type="java.lang.String" value="Write the card's name on the card to make the card name more recognizable."/>
|
<Property name="toolTipText" type="java.lang.String" value="Write the card's name on the card to make the card name more recognizable."/>
|
||||||
<Property name="actionCommand" type="java.lang.String" value=""/>
|
<Property name="actionCommand" type="java.lang.String" value=""/>
|
||||||
<Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
|
<Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
|
||||||
<Color id="Default Cursor"/>
|
<Color id="Standardcursor"/>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
<Events>
|
<Events>
|
||||||
|
@ -516,8 +516,8 @@
|
||||||
<Component class="javax.swing.JLabel" name="labelDialogFont">
|
<Component class="javax.swing.JLabel" name="labelDialogFont">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="horizontalAlignment" type="int" value="0"/>
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
||||||
<Property name="text" type="java.lang.String" value="Messages and menues"/>
|
<Property name="text" type="java.lang.String" value="Messages and menus"/>
|
||||||
<Property name="toolTipText" type="java.lang.String" value="<HTML>The size of the font of messages and menues"/>
|
<Property name="toolTipText" type="java.lang.String" value="<HTML>The size of the font of messages and menus"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AccessibilityProperties>
|
<AccessibilityProperties>
|
||||||
<Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="<HTML>The size of the font used to display messages or menus."/>
|
<Property name="AccessibleContext.accessibleDescription" type="java.lang.String" value="<HTML>The size of the font used to display messages or menus."/>
|
||||||
|
|
|
@ -620,7 +620,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
||||||
.add(main_cardLayout.createSequentialGroup()
|
.add(main_cardLayout.createSequentialGroup()
|
||||||
.add(6, 6, 6)
|
.add(6, 6, 6)
|
||||||
.add(main_cardLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING, false)
|
.add(main_cardLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING, false)
|
||||||
.add(tooltipDelayLabel, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 308, Short.MAX_VALUE)
|
.add(tooltipDelayLabel, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 308, Short.MAX_VALUE)
|
||||||
.add(org.jdesktop.layout.GroupLayout.LEADING, showCardName)
|
.add(org.jdesktop.layout.GroupLayout.LEADING, showCardName)
|
||||||
.add(tooltipDelay, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
.add(tooltipDelay, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||||
.addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
.addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||||
|
@ -904,8 +904,8 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
||||||
guiSizeBasic.add(sliderDialogFont, gridBagConstraints);
|
guiSizeBasic.add(sliderDialogFont, gridBagConstraints);
|
||||||
|
|
||||||
labelDialogFont.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
|
labelDialogFont.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
|
||||||
labelDialogFont.setText("Messages and menues");
|
labelDialogFont.setText("Messages and menus");
|
||||||
labelDialogFont.setToolTipText("<HTML>The size of the font of messages and menues");
|
labelDialogFont.setToolTipText("<HTML>The size of the font of messages and menus");
|
||||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||||
gridBagConstraints.gridx = 1;
|
gridBagConstraints.gridx = 1;
|
||||||
gridBagConstraints.gridy = 1;
|
gridBagConstraints.gridy = 1;
|
||||||
|
|
Loading…
Reference in a new issue