v0.6.4: fixed a non-externalized string

This commit is contained in:
Evan Debenham 2018-03-18 18:34:28 -04:00
parent 9d5e814aea
commit 6c76393f2a
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class WndGameInProgress extends Window {
pos = title.bottom() + GAP;
if (info.challenges > 0) {
RedButton btnChallenges = new RedButton( "Challenges" ) {
RedButton btnChallenges = new RedButton( Messages.get(this, "challenges") ) {
@Override
protected void onClick() {
Game.scene().add( new WndChallenges( info.challenges, false ) );

View File

@ -28,6 +28,7 @@ windows.wndgame.exit=Exit Game
windows.wndgame.return=Return to Game
windows.wndgameinprogress.title=Level %1$d %2$s
windows.wndgameinprogress.challenges=Challenges
windows.wndgameinprogress.exp=Experience
windows.wndgameinprogress.str=Strength
windows.wndgameinprogress.health=Health