mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Update InnScene.java
add default message if localizer can't find the translation
This commit is contained in:
@@ -61,7 +61,7 @@ public class InnScene extends UIScene {
|
||||
sell.getLabel().setText(Forge.getLocalizer().getMessage("lblSell"));
|
||||
|
||||
tempHitPoints = ui.findActor("tempHitPoints");
|
||||
tempHitPoints.setText(Forge.getLocalizer().getMessage("lblTempHitPoints"));
|
||||
tempHitPoints.setText(Forge.getLocalizer().getMessageorUseDefault("lblTempHitPoints", "Temporary Hit Points"));
|
||||
|
||||
leaveIcon = ui.findActor("leaveIcon");
|
||||
healIcon = ui.findActor("healIcon");
|
||||
|
||||
Reference in New Issue
Block a user