summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
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),