From 3911f86446b5e70c0eece1f10c8b684c1c25cf24 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Mon, 15 May 2023 19:42:29 +0900 Subject: [PATCH] keyboard control panel renaming IME to Toggle IME --- .../terrarum/modulebasegame/ui/UIKeyboardControlPanel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/torvald/terrarum/modulebasegame/ui/UIKeyboardControlPanel.kt b/src/net/torvald/terrarum/modulebasegame/ui/UIKeyboardControlPanel.kt index 684ba2227..16cf431b6 100644 --- a/src/net/torvald/terrarum/modulebasegame/ui/UIKeyboardControlPanel.kt +++ b/src/net/torvald/terrarum/modulebasegame/ui/UIKeyboardControlPanel.kt @@ -425,7 +425,7 @@ class UIItemControlPaletteBaloon(val parent: UIKeyboardControlPanel, initialX: I App.fontGame.draw(batch, Lang["GAME_ACTION_QUICKSEL"], col0 + 40, row4) App.fontGame.draw(batch, Lang["GAME_ACTION_ZOOM"], col1 + 40, row1) - App.fontGame.draw(batch, Lang["MENU_LABEL_IME"], col1 + 40, row2) + App.fontGame.draw(batch, Lang["MENU_LABEL_IME_TOGGLE"], col1 + 40, row2) App.fontGame.draw(batch, Lang["MENU_LABEL_MENU"], col1 + 40, row3) }