Module: wine Branch: refs/heads/master Commit: 38dbf09da2eee8155fca383b48bcc95e97d95482 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=38dbf09da2eee8155fca383b...
Author: YunSong Hwang hys545@dreamwiz.com Date: Mon Dec 5 12:48:33 2005 +0100
winefile: Fix an incorrect translation.
---
programs/winefile/Ko.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winefile/Ko.rc b/programs/winefile/Ko.rc index 13150de..602f4f0 100644 --- a/programs/winefile/Ko.rc +++ b/programs/winefile/Ko.rc @@ -29,7 +29,7 @@ LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT IDM_WINEFILE MENU FIXED IMPURE { POPUP "����(&F)" { - MENUITEM "����(&O)\OCtEnter", ID_ACTIVATE + MENUITEM "����(&O)\tEnter", ID_ACTIVATE MENUITEM "�̵�(&M)...\tF7", ID_FILE_MOVE MENUITEM "����(&C)...\tF8", ID_FILE_COPY MENUITEM "Ŭ�������(&I)...\tF9", 118