mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NOTEPAD] Fix a typo. Spotted by Laur Florin. CORE-12405
svn path=/trunk/; revision=73240
This commit is contained in:
parent
e53a72c351
commit
7408b63c91
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ BEGIN
|
|||
END
|
||||
POPUP "&Søg"
|
||||
BEGIN
|
||||
MENUITEM "&Wrap long lines", CMD_WRAP
|
||||
MENUITEM "&Word Wrap", CMD_WRAP
|
||||
MENUITEM "&Font...", CMD_FONT
|
||||
END
|
||||
POPUP "&View"
|
||||
|
|
|
@ -51,7 +51,7 @@ BEGIN
|
|||
END
|
||||
POPUP "F&ormat"
|
||||
BEGIN
|
||||
MENUITEM "&Wrap Wrap", CMD_WRAP
|
||||
MENUITEM "&Word Wrap", CMD_WRAP
|
||||
MENUITEM "&Font...", CMD_FONT
|
||||
END
|
||||
POPUP "&View"
|
||||
|
|
Loading…
Reference in a new issue