mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
"Flag" instead of "Country" in tooltip
This commit is contained in:
parent
652358a481
commit
bfd22322eb
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
countryname = "Unknown";
|
||||
}
|
||||
basicTooltipText = "<HTML>Name: " + player.getName()
|
||||
+ "<br/>Country: " + countryname
|
||||
+ "<br/>Flag: " + countryname
|
||||
+ "<br/>Constructed rating: " + player.getUserData().getConstructedRating()
|
||||
+ "<br/>Limited rating: " + player.getUserData().getLimitedRating()
|
||||
+ "<br/>Deck hash code: " + player.getDeckHashCode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue