Skip to content

Commit

Permalink
GUI: change unicode icon for shutdown (was not displayed correctly)
Browse files Browse the repository at this point in the history
  • Loading branch information
SJuliez committed Sep 12, 2023
1 parent 5c4b9dd commit ea9919b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static String formatUnitFull(Entity entity, ChatLounge lobby, boolean forceView)
if (entity.isShutDown()) {
result.append(DOT_SPACER);
result.append(guiScaledFontHTML(GUIP.getWarningColor()));
result.append("\u23FC ").append(Messages.getString("ChatLounge.shutdown"));
result.append(WARNING_SIGN).append(Messages.getString("ChatLounge.shutdown"));
result.append("</FONT>");
}
}
Expand Down

0 comments on commit ea9919b

Please sign in to comment.