notepad: Fix an error in a Chinese (Traditional) resource.
This commit is contained in:
parent
6a253e2f51
commit
c7a03b618a
|
@ -156,6 +156,7 @@ POPUP "編輯(&E)" {
|
|||
POPUP "搜尋(&S)" {
|
||||
MENUITEM "尋找(&S)...", CMD_SEARCH
|
||||
MENUITEM "找下一個(&N)\tF3", CMD_SEARCH_NEXT
|
||||
MENUITEM "&Replace...\tCtrl+H", CMD_REPLACE
|
||||
}
|
||||
POPUP "幫助(&H)" {
|
||||
MENUITEM "主要內容(&C)", CMD_HELP_CONTENTS
|
||||
|
|
Loading…
Reference in New Issue