From 20f50bbca360b5c772299cedaaa30c1a45456c2a Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 7 Jun 2024 17:44:01 -0400 Subject: plugins: mikmod and chessbox weren't fully translated This unfortunately required adding four more strings. Change-Id: I656c3c4902de5f841ea742549b3d122463e399a8 --- apps/plugins/chessbox/chessbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/chessbox') diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 089cf7c400..a283be3cda 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -555,7 +555,7 @@ static int cb_menu_viewer(void) { int selection; - MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL, + MENUITEM_STRINGLIST(menu, ID2P(LANG_CHESSBOX_MENU), NULL, ID2P(LANG_CHESSBOX_MENU_RESTART_GAME), ID2P(LANG_CHESSBOX_MENU_SELECT_OTHER_GAME), ID2P(LANG_CHESSBOX_MENU_RESUME_GAME), @@ -800,7 +800,7 @@ static int cb_menu(void) { int selection; - MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL, + MENUITEM_STRINGLIST(menu,ID2P(LANG_CHESSBOX_MENU), NULL, ID2P(LANG_CHESSBOX_MENU_NEW_GAME), ID2P(LANG_CHESSBOX_MENU_RESUME_GAME), ID2P(LANG_CHESSBOX_MENU_SAVE_GAME), -- cgit v1.2.3