Refactor: Fix Spelling of 'Match' (#9292)

This commit is contained in:
DeepCrimson 2022-07-22 20:05:48 -07:00 committed by GitHub
parent 4e139c9878
commit f760649f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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">

View file

@ -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");