From 29f77fa637c00bb4191a75e08605dfbe768ad556 Mon Sep 17 00:00:00 2001 From: aped Date: Sat, 13 May 2006 09:09:59 +0000 Subject: [PATCH] translated more stuff --- desmume/src/windows/resources.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/windows/resources.rc b/desmume/src/windows/resources.rc index dd4d2f50b..6262ae800 100644 --- a/desmume/src/windows/resources.rc +++ b/desmume/src/windows/resources.rc @@ -292,7 +292,7 @@ MENU_PRINCIPAL MENU POPUP "&File" { MENUITEM "&Open", IDM_OPEN - MENUITEM "&Info rom", IDM_GAME_INFO + MENUITEM "Rom &Info", IDM_GAME_INFO MENUITEM SEPARATOR MENUITEM "Save Screenshot &As", IDM_PRINTSCREEN MENUITEM "&Quick Screenshot", IDM_QUICK_PRINTSCREEN @@ -404,7 +404,7 @@ END IDD_GAME_INFO DIALOG DISCARDABLE 0, 0, 150, 150 STYLE WS_VISIBLE | WS_SYSMENU -CAPTION "Info ROM" +CAPTION "ROM Info" FONT 8, "MS Sans Serif" BEGIN PUSHBUTTON "&Close",IDC_FERMER,50,134,50,14