adjust message wording

This commit is contained in:
xenohedron 2023-10-09 22:48:31 -04:00
parent bd7ae640c5
commit ac4dae5061

View file

@ -503,7 +503,7 @@ public final class GamePanel extends javax.swing.JPanel {
// play start sound // play start sound
AudioManager.playYourGameStarted(); AudioManager.playYourGameStarted();
if (!AppUtil.isAppActive()) { if (!AppUtil.isAppActive()) {
MageTray.instance.displayMessage("Your match has started!"); MageTray.instance.displayMessage("Your game has started!");
MageTray.instance.blink(); MageTray.instance.blink();
} }
} }