mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Refactor: Fix Spelling of 'Match' (#9292)
This commit is contained in:
parent
4e139c9878
commit
f760649f4d
2 changed files with 2 additions and 3 deletions
|
@ -577,7 +577,7 @@
|
|||
<Component class="javax.swing.JCheckBox" name="chkRated">
|
||||
<Properties>
|
||||
<Property name="text" type="java.lang.String" value="Rated game"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Indicates if matche will be rated"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Indicates if match will be rated"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JButton" name="btnSettingsLoad">
|
||||
|
|
|
@ -20,7 +20,6 @@ import mage.view.TableView;
|
|||
import org.apache.log4j.Logger;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
@ -278,7 +277,7 @@ public class NewTableDialog extends MageDialog {
|
|||
lblMinimumRating.setToolTipText("Players with rating less than this value can't join this table");
|
||||
|
||||
chkRated.setText("Rated game");
|
||||
chkRated.setToolTipText("Indicates if matche will be rated");
|
||||
chkRated.setToolTipText("Indicates if match will be rated");
|
||||
|
||||
btnSettingsLoad.setText("Load...");
|
||||
btnSettingsLoad.setToolTipText("Load settings");
|
||||
|
|
Loading…
Reference in a new issue