forked from len0rd/rockbox
plugins: mikmod and chessbox weren't fully translated
This unfortunately required adding four more strings. Change-Id: I656c3c4902de5f841ea742549b3d122463e399a8
This commit is contained in:
parent
92b5255106
commit
20f50bbca3
3 changed files with 92 additions and 26 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue