From: Amine Khaldi Date: Thu, 17 Nov 2016 11:56:16 +0000 (+0000) Subject: [NOTEPAD] Fix a typo. Spotted by Laur Florin. CORE-12405 X-Git-Tag: ReactOS-0.4.4-FOSDEM2017~295 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=7408b63c91d99feac4d14116b347a9ea800e49bf [NOTEPAD] Fix a typo. Spotted by Laur Florin. CORE-12405 svn path=/trunk/; revision=73240 --- diff --git a/reactos/base/applications/notepad/lang/da-DK.rc b/reactos/base/applications/notepad/lang/da-DK.rc index b346a4c2394..9817b318d05 100644 --- a/reactos/base/applications/notepad/lang/da-DK.rc +++ b/reactos/base/applications/notepad/lang/da-DK.rc @@ -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" diff --git a/reactos/base/applications/notepad/lang/en-US.rc b/reactos/base/applications/notepad/lang/en-US.rc index 1138aa54ab4..c4168b1ec1b 100644 --- a/reactos/base/applications/notepad/lang/en-US.rc +++ b/reactos/base/applications/notepad/lang/en-US.rc @@ -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"