mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
adjust message wording
This commit is contained in:
parent
bd7ae640c5
commit
ac4dae5061
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue