mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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
|
END
|
||||||
POPUP "&Søg"
|
POPUP "&Søg"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Wrap long lines", CMD_WRAP
|
MENUITEM "&Word Wrap", CMD_WRAP
|
||||||
MENUITEM "&Font...", CMD_FONT
|
MENUITEM "&Font...", CMD_FONT
|
||||||
END
|
END
|
||||||
POPUP "&View"
|
POPUP "&View"
|
||||||
|
|
|
@ -51,7 +51,7 @@ BEGIN
|
||||||
END
|
END
|
||||||
POPUP "F&ormat"
|
POPUP "F&ormat"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Wrap Wrap", CMD_WRAP
|
MENUITEM "&Word Wrap", CMD_WRAP
|
||||||
MENUITEM "&Font...", CMD_FONT
|
MENUITEM "&Font...", CMD_FONT
|
||||||
END
|
END
|
||||||
POPUP "&View"
|
POPUP "&View"
|
||||||
|
|
Loading…
Reference in a new issue