summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-07 17:44:01 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-07 17:47:17 -0400
commit20f50bbca360b5c772299cedaaa30c1a45456c2a (patch)
tree824d301b7db479340788685fae3e19edf5bb86fb /apps/plugins/chessbox/chessbox.c
parent92b5255106c38a17f90862c22ff9ae76b6e7d916 (diff)
downloadrockbox-20f50bbca360b5c772299cedaaa30c1a45456c2a.tar.gz
rockbox-20f50bbca360b5c772299cedaaa30c1a45456c2a.zip
plugins: mikmod and chessbox weren't fully translated
This unfortunately required adding four more strings. Change-Id: I656c3c4902de5f841ea742549b3d122463e399a8
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c4
1 files changed, 2 insertions, 2 deletions
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)
555{ 555{
556 int selection; 556 int selection;
557 557
558 MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL, 558 MENUITEM_STRINGLIST(menu, ID2P(LANG_CHESSBOX_MENU), NULL,
559 ID2P(LANG_CHESSBOX_MENU_RESTART_GAME), 559 ID2P(LANG_CHESSBOX_MENU_RESTART_GAME),
560 ID2P(LANG_CHESSBOX_MENU_SELECT_OTHER_GAME), 560 ID2P(LANG_CHESSBOX_MENU_SELECT_OTHER_GAME),
561 ID2P(LANG_CHESSBOX_MENU_RESUME_GAME), 561 ID2P(LANG_CHESSBOX_MENU_RESUME_GAME),
@@ -800,7 +800,7 @@ static int cb_menu(void)
800{ 800{
801 int selection; 801 int selection;
802 802
803 MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL, 803 MENUITEM_STRINGLIST(menu,ID2P(LANG_CHESSBOX_MENU), NULL,
804 ID2P(LANG_CHESSBOX_MENU_NEW_GAME), 804 ID2P(LANG_CHESSBOX_MENU_NEW_GAME),
805 ID2P(LANG_CHESSBOX_MENU_RESUME_GAME), 805 ID2P(LANG_CHESSBOX_MENU_RESUME_GAME),
806 ID2P(LANG_CHESSBOX_MENU_SAVE_GAME), 806 ID2P(LANG_CHESSBOX_MENU_SAVE_GAME),