From 0e03261f3d732a0722c328ebe7a7e1f05b8ec19d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 25 Oct 2024 23:11:09 +0500 Subject: upd: line for 'new game' --- core/src/kz/ilotterytea/maxon/ui/SavegameWidget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/kz/ilotterytea/maxon/ui') 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(); -- cgit v1.2.3