"Flag" instead of "Country" in tooltip

This commit is contained in:
xenohedron 2023-07-04 17:26:11 -04:00
parent 652358a481
commit bfd22322eb

View file

@ -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()