v0.6.4: fixed a non-externalized string
This commit is contained in:
parent
9d5e814aea
commit
6c76393f2a
|
@ -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 ) );
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user