summaryrefslogtreecommitdiff
path: root/core/src/kz/ilotterytea/maxon/ui
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/ui')
-rw-r--r--core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java b/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java
index 364a793..677f0ca 100644
--- a/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java
+++ b/core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java
@@ -60,7 +60,7 @@ public class SavegameWidget extends Table implements Disposable {
private void createEmpty() {
Table body = new Table();
- Label label = new Label("New Game", skin, styleName);
+ Label label = new Label(game.getLocale().getLine(LineId.MenuNewgame), skin, styleName);
label.setAlignment(Align.center);
body.add(label).grow().row();