https://git.reactos.org/?p=reactos.git;a=commitdiff;h=025f58a0519c6e7178aa1…
commit 025f58a0519c6e7178aa1d786e8fdef1d94e4296
Author: Chan Chilung <eason066(a)gmail.com>
AuthorDate: Tue Oct 12 20:34:34 2021 +0800
Commit: GitHub <noreply(a)github.com>
CommitDate: Tue Oct 12 15:34:34 2021 +0300
[NOTEPAD] Fix access key for "New Window" menu item (#4024)
---
base/applications/notepad/lang/bg-BG.rc | 2 +-
base/applications/notepad/lang/cs-CZ.rc | 2 +-
base/applications/notepad/lang/da-DK.rc | 2 +-
base/applications/notepad/lang/de-DE.rc | 2 +-
base/applications/notepad/lang/el-GR.rc | 2 +-
base/applications/notepad/lang/en-US.rc | 2 +-
base/applications/notepad/lang/es-ES.rc | 2 +-
base/applications/notepad/lang/et-EE.rc | 2 +-
base/applications/notepad/lang/eu-ES.rc | 2 +-
base/applications/notepad/lang/fi-FI.rc | 2 +-
base/applications/notepad/lang/fr-FR.rc | 2 +-
base/applications/notepad/lang/he-IL.rc | 2 +-
base/applications/notepad/lang/hi-IN.rc | 2 +-
base/applications/notepad/lang/hy-AM.rc | 2 +-
base/applications/notepad/lang/id-ID.rc | 2 +-
base/applications/notepad/lang/it-IT.rc | 2 +-
base/applications/notepad/lang/ja-JP.rc | 2 +-
base/applications/notepad/lang/lt-LT.rc | 2 +-
base/applications/notepad/lang/ms-MY.rc | 2 +-
base/applications/notepad/lang/nl-NL.rc | 2 +-
base/applications/notepad/lang/no-NO.rc | 2 +-
base/applications/notepad/lang/pl-PL.rc | 2 +-
base/applications/notepad/lang/pt-BR.rc | 2 +-
base/applications/notepad/lang/pt-PT.rc | 2 +-
base/applications/notepad/lang/ro-RO.rc | 2 +-
base/applications/notepad/lang/ru-RU.rc | 2 +-
base/applications/notepad/lang/sk-SK.rc | 2 +-
base/applications/notepad/lang/sl-SI.rc | 2 +-
base/applications/notepad/lang/sq-AL.rc | 2 +-
base/applications/notepad/lang/sv-SE.rc | 2 +-
base/applications/notepad/lang/th-TH.rc | 2 +-
base/applications/notepad/lang/tr-TR.rc | 2 +-
base/applications/notepad/lang/uk-UA.rc | 2 +-
base/applications/notepad/lang/uz-UZ.rc | 2 +-
base/applications/notepad/lang/zh-CN.rc | 2 +-
base/applications/notepad/lang/zh-TW.rc | 2 +-
36 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/base/applications/notepad/lang/bg-BG.rc
b/base/applications/notepad/lang/bg-BG.rc
index b218b72afee..d17e24ab300 100644
--- a/base/applications/notepad/lang/bg-BG.rc
+++ b/base/applications/notepad/lang/bg-BG.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "&Нов\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Отваряне\tCtrl+O", CMD_OPEN
MENUITEM "&Запис\tCtrl+S", CMD_SAVE
MENUITEM "Запис &като...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/cs-CZ.rc
b/base/applications/notepad/lang/cs-CZ.rc
index a1b569b6e25..1338063e8e9 100644
--- a/base/applications/notepad/lang/cs-CZ.rc
+++ b/base/applications/notepad/lang/cs-CZ.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Soubor"
BEGIN
MENUITEM "&Nový\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Otevřít\tCtrl+O", CMD_OPEN
MENUITEM "&Uložit\tCtrl+S", CMD_SAVE
MENUITEM "Uložit j&ako...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/da-DK.rc
b/base/applications/notepad/lang/da-DK.rc
index 58bf47d8264..f24b93562cb 100644
--- a/base/applications/notepad/lang/da-DK.rc
+++ b/base/applications/notepad/lang/da-DK.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Fil"
BEGIN
MENUITEM "&Ny\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "Å&bn...\tCtrl+O", CMD_OPEN
MENUITEM "&Gem\tCtrl+S", CMD_SAVE
MENUITEM "Gem so&m...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/de-DE.rc
b/base/applications/notepad/lang/de-DE.rc
index a09dfcdd64b..12304456c6f 100644
--- a/base/applications/notepad/lang/de-DE.rc
+++ b/base/applications/notepad/lang/de-DE.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Datei"
BEGIN
MENUITEM "&Neu\tStrg+N", CMD_NEW
- MENUITEM "&Neues Fenster\tStrg+Umschalt+N", CMD_NEW_WINDOW
+ MENUITEM "Neues &Fenster\tStrg+Umschalt+N", CMD_NEW_WINDOW
MENUITEM "Ö&ffnen\tStrg+O", CMD_OPEN
MENUITEM "&Speichern\tStrg+S", CMD_SAVE
MENUITEM "Speichern &unter...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/el-GR.rc
b/base/applications/notepad/lang/el-GR.rc
index 0e449613f8b..c27cb97636a 100644
--- a/base/applications/notepad/lang/el-GR.rc
+++ b/base/applications/notepad/lang/el-GR.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Αρχείο"
BEGIN
MENUITEM "&Νέο\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Άνοιγμα\tCtrl+O", CMD_OPEN
MENUITEM "Αποθήκευ&ση\tCtrl+S", CMD_SAVE
MENUITEM "Αποθήκευση &ως...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/en-US.rc
b/base/applications/notepad/lang/en-US.rc
index aaf60dda1aa..6f284bdbf21 100644
--- a/base/applications/notepad/lang/en-US.rc
+++ b/base/applications/notepad/lang/en-US.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Open...\tCtrl+O", CMD_OPEN
MENUITEM "&Save\tCtrl+S", CMD_SAVE
MENUITEM "Save &As...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/es-ES.rc
b/base/applications/notepad/lang/es-ES.rc
index 6b43662c06c..a22083ca956 100644
--- a/base/applications/notepad/lang/es-ES.rc
+++ b/base/applications/notepad/lang/es-ES.rc
@@ -26,7 +26,7 @@ BEGIN
POPUP "&Archivo"
BEGIN
MENUITEM "&Nuevo\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Abrir\tCtrl+A", CMD_OPEN
MENUITEM "&Guardar\tCtrl+G", CMD_SAVE
MENUITEM "Guardar &como...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/et-EE.rc
b/base/applications/notepad/lang/et-EE.rc
index 6e46f21306f..3df808c417e 100644
--- a/base/applications/notepad/lang/et-EE.rc
+++ b/base/applications/notepad/lang/et-EE.rc
@@ -32,7 +32,7 @@ BEGIN
POPUP "&Fail"
BEGIN
MENUITEM "&Uus\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Ava...\tCtrl+O", CMD_OPEN
MENUITEM "&Salvesta\tCtrl+S", CMD_SAVE
MENUITEM "Salvesta &nimega...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/eu-ES.rc
b/base/applications/notepad/lang/eu-ES.rc
index f5b9b83e39d..0923ac47c4d 100644
--- a/base/applications/notepad/lang/eu-ES.rc
+++ b/base/applications/notepad/lang/eu-ES.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Fitxategia"
BEGIN
MENUITEM "&Berria\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Ireki\tCtrl+O", CMD_OPEN
MENUITEM "&Gorde\tCtrl+S", CMD_SAVE
MENUITEM "Gorde &honela...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/fi-FI.rc
b/base/applications/notepad/lang/fi-FI.rc
index bd77e4e8f67..a12be32822e 100644
--- a/base/applications/notepad/lang/fi-FI.rc
+++ b/base/applications/notepad/lang/fi-FI.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Tiedosto"
BEGIN
MENUITEM "&Uusi\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Avaa\tCtrl+O", CMD_OPEN
MENUITEM "Ta&lleta\tCtrl+S", CMD_SAVE
MENUITEM "Talleta &nimellä...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/fr-FR.rc
b/base/applications/notepad/lang/fr-FR.rc
index df41b785d39..29bac1aa9c9 100644
--- a/base/applications/notepad/lang/fr-FR.rc
+++ b/base/applications/notepad/lang/fr-FR.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Fichier"
BEGIN
MENUITEM "&Nouveau\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Ouvrir\tCtrl+O", CMD_OPEN
MENUITEM "&Enregistrer\tCtrl+S", CMD_SAVE
MENUITEM "Enregistrer &sous...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/he-IL.rc
b/base/applications/notepad/lang/he-IL.rc
index fd1cd198869..63c3a2c2f46 100644
--- a/base/applications/notepad/lang/he-IL.rc
+++ b/base/applications/notepad/lang/he-IL.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&קובץ"
BEGIN
MENUITEM "&חדש\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&פתח...\tCtrl+O", CMD_OPEN
MENUITEM "&שמור\tCtrl+S", CMD_SAVE
MENUITEM "שמור &בשם...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/hi-IN.rc
b/base/applications/notepad/lang/hi-IN.rc
index 7d5a823ff73..abb0c2810fd 100644
--- a/base/applications/notepad/lang/hi-IN.rc
+++ b/base/applications/notepad/lang/hi-IN.rc
@@ -31,7 +31,7 @@ BEGIN
POPUP "&फ़ाइल"
BEGIN
MENUITEM "&नया\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&खोलो...\tCtrl+O", CMD_OPEN
MENUITEM "&सेव\tCtrl+S", CMD_SAVE
MENUITEM "सेव &इज़...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/hy-AM.rc
b/base/applications/notepad/lang/hy-AM.rc
index 41a85142a10..7c82d538f26 100644
--- a/base/applications/notepad/lang/hy-AM.rc
+++ b/base/applications/notepad/lang/hy-AM.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Ֆայլ"
BEGIN
MENUITEM "&Ստեղծել\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Բացել...\tCtrl+O", CMD_OPEN
MENUITEM "&Պահպանել\tCtrl+S", CMD_SAVE
MENUITEM "Պահպանել &ինչպես...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/id-ID.rc
b/base/applications/notepad/lang/id-ID.rc
index 1eb143bd665..32f002e078a 100644
--- a/base/applications/notepad/lang/id-ID.rc
+++ b/base/applications/notepad/lang/id-ID.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "Be&rkas"
BEGIN
MENUITEM "Bar&u\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Buka\tCtrl+O", CMD_OPEN
MENUITEM "&Simpan\tCtrl+S", CMD_SAVE
MENUITEM "Simpan seb&agai...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/it-IT.rc
b/base/applications/notepad/lang/it-IT.rc
index a7f5f4ae287..b239f11b7e8 100644
--- a/base/applications/notepad/lang/it-IT.rc
+++ b/base/applications/notepad/lang/it-IT.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Nuovo\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Apri...\tCtrl+O", CMD_OPEN
MENUITEM "&Salva\tCtrl+S", CMD_SAVE
MENUITEM "Sal&va con nome...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/ja-JP.rc
b/base/applications/notepad/lang/ja-JP.rc
index a7b50820d2e..b4f42011326 100644
--- a/base/applications/notepad/lang/ja-JP.rc
+++ b/base/applications/notepad/lang/ja-JP.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "ファイル(&F)"
BEGIN
MENUITEM "新規作成(&N)\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "開く(&O)...\tCtrl+O", CMD_OPEN
MENUITEM "上書き保存(&S)\tCtrl+S", CMD_SAVE
MENUITEM "名前を付けて保存(&A)...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/lt-LT.rc
b/base/applications/notepad/lang/lt-LT.rc
index 12838c274c5..494161c1eb3 100644
--- a/base/applications/notepad/lang/lt-LT.rc
+++ b/base/applications/notepad/lang/lt-LT.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Byla"
BEGIN
MENUITEM "&Nauja\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Atverti...\tCtrl+O", CMD_OPEN
MENUITEM "Į&rašyti\tCtrl+S", CMD_SAVE
MENUITEM "Įrašyti &kaip...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/ms-MY.rc
b/base/applications/notepad/lang/ms-MY.rc
index d1d505ba8f3..26787eeb4ef 100644
--- a/base/applications/notepad/lang/ms-MY.rc
+++ b/base/applications/notepad/lang/ms-MY.rc
@@ -26,7 +26,7 @@ BEGIN
POPUP "&Fail"
BEGIN
MENUITEM "Baru(&N)\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "Buka(&O)...\tCtrl+O", CMD_OPEN
MENUITEM "&Simpan\tCtrl+S", CMD_SAVE
MENUITEM "Simp&an sebagai...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/nl-NL.rc
b/base/applications/notepad/lang/nl-NL.rc
index 7b47c2b7f83..d6c30f26403 100644
--- a/base/applications/notepad/lang/nl-NL.rc
+++ b/base/applications/notepad/lang/nl-NL.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Bestand"
BEGIN
MENUITEM "&Nieuw\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Openen\tCtrl+O", CMD_OPEN
MENUITEM "O&pslaan\tCtrl+S", CMD_SAVE
MENUITEM "Ops&laan als...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/no-NO.rc
b/base/applications/notepad/lang/no-NO.rc
index b99474ca0b7..ae83e8a270c 100644
--- a/base/applications/notepad/lang/no-NO.rc
+++ b/base/applications/notepad/lang/no-NO.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Fil"
BEGIN
MENUITEM "&Ny\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Åpne\tCtrl+O", CMD_OPEN
MENUITEM "&Lagre\tCtrl+S", CMD_SAVE
MENUITEM "Lagre &som...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/pl-PL.rc
b/base/applications/notepad/lang/pl-PL.rc
index e9a47589fe3..70c29377898 100644
--- a/base/applications/notepad/lang/pl-PL.rc
+++ b/base/applications/notepad/lang/pl-PL.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Plik"
BEGIN
MENUITEM "&Nowy\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Otwórz...\tCtrl+O", CMD_OPEN
MENUITEM "Zapi&sz\tCtrl+S", CMD_SAVE
MENUITEM "Z&apisz jako...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/pt-BR.rc
b/base/applications/notepad/lang/pt-BR.rc
index 181ea79daed..1ba2f1788b5 100644
--- a/base/applications/notepad/lang/pt-BR.rc
+++ b/base/applications/notepad/lang/pt-BR.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Arquivo"
BEGIN
MENUITEM "&Novo\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "A&brir\tCtrl+O", CMD_OPEN
MENUITEM "&Salvar\tCtrl+S", CMD_SAVE
MENUITEM "Salvar &como...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/pt-PT.rc
b/base/applications/notepad/lang/pt-PT.rc
index 673721f726a..5e597417040 100644
--- a/base/applications/notepad/lang/pt-PT.rc
+++ b/base/applications/notepad/lang/pt-PT.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Arquivo"
BEGIN
MENUITEM "&Novo\tCtrl+N", CMD_NEW
- MENUITEM "&Nova janela\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "Nova &janela\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "A&brir\tCtrl+O", CMD_OPEN
MENUITEM "&Guardar\tCtrl+S", CMD_SAVE
MENUITEM "Guardar &como...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/ro-RO.rc
b/base/applications/notepad/lang/ro-RO.rc
index 873c6fe70f6..a032dc0d67e 100644
--- a/base/applications/notepad/lang/ro-RO.rc
+++ b/base/applications/notepad/lang/ro-RO.rc
@@ -29,7 +29,7 @@ BEGIN
POPUP "&Fișier"
BEGIN
MENUITEM "&Nou\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Deschidere…\tCtrl+O", CMD_OPEN
MENUITEM "&Păstrează\tCtrl+S", CMD_SAVE
MENUITEM "Păst&rare în…", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/ru-RU.rc
b/base/applications/notepad/lang/ru-RU.rc
index 95e7db8fa70..4ebb9037727 100644
--- a/base/applications/notepad/lang/ru-RU.rc
+++ b/base/applications/notepad/lang/ru-RU.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "Созд&ать\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Открыть...\tCtrl+O", CMD_OPEN
MENUITEM "&Сохранить\tCtrl+S", CMD_SAVE
MENUITEM "Сохранить &как...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/sk-SK.rc
b/base/applications/notepad/lang/sk-SK.rc
index 1b5ac9eb0bf..730ac82e4b9 100644
--- a/base/applications/notepad/lang/sk-SK.rc
+++ b/base/applications/notepad/lang/sk-SK.rc
@@ -32,7 +32,7 @@ BEGIN
POPUP "&Súbor"
BEGIN
MENUITEM "&Nový\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Otvoriť...\tCtrl+O", CMD_OPEN
MENUITEM "&Uložiť\tCtrl+S", CMD_SAVE
MENUITEM "Uložiť &ako...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/sl-SI.rc
b/base/applications/notepad/lang/sl-SI.rc
index a7607da25d4..a694e53c068 100644
--- a/base/applications/notepad/lang/sl-SI.rc
+++ b/base/applications/notepad/lang/sl-SI.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Datoteka"
BEGIN
MENUITEM "&Nova\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Odpri\tCtrl+O", CMD_OPEN
MENUITEM "&Shrani\tCtrl+S", CMD_SAVE
MENUITEM "Shrani &kot ...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/sq-AL.rc
b/base/applications/notepad/lang/sq-AL.rc
index 6b1cfb22c80..542b5b93936 100644
--- a/base/applications/notepad/lang/sq-AL.rc
+++ b/base/applications/notepad/lang/sq-AL.rc
@@ -28,7 +28,7 @@ BEGIN
POPUP "&File"
BEGIN
MENUITEM "E Re\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "Hap...\tCtrl+O", CMD_OPEN
MENUITEM "Ruaj\tCtrl+S", CMD_SAVE
MENUITEM "Ruaj si...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/sv-SE.rc
b/base/applications/notepad/lang/sv-SE.rc
index c7fbc07f6da..6536306b1e7 100644
--- a/base/applications/notepad/lang/sv-SE.rc
+++ b/base/applications/notepad/lang/sv-SE.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Arkiv"
BEGIN
MENUITEM "&Ny\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Öppna\tCtrl+O", CMD_OPEN
MENUITEM "&Spara\tCtrl+S", CMD_SAVE
MENUITEM "Spara so&m...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/th-TH.rc
b/base/applications/notepad/lang/th-TH.rc
index 156ab1d5f3c..ed6277314a8 100644
--- a/base/applications/notepad/lang/th-TH.rc
+++ b/base/applications/notepad/lang/th-TH.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "แฟ้ม"
BEGIN
MENUITEM "สร้างใหม่\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "เปิด...\tCtrl+O", CMD_OPEN
MENUITEM "บันทืก\tCtrl+S", CMD_SAVE
MENUITEM "บันทืกเป็น...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/tr-TR.rc
b/base/applications/notepad/lang/tr-TR.rc
index 7c9e8447afa..391b0e70d83 100644
--- a/base/applications/notepad/lang/tr-TR.rc
+++ b/base/applications/notepad/lang/tr-TR.rc
@@ -27,7 +27,7 @@ BEGIN
POPUP "&Dosya"
BEGIN
MENUITEM "&Yeni\tCtrl+N", CMD_NEW
- MENUITEM "&Yeni Pencere\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "Yeni P&encere\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Aç...\tCtrl+O", CMD_OPEN
MENUITEM "&Kaydet\tCtrl+S", CMD_SAVE
MENUITEM "&Farklı Kaydet...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/uk-UA.rc
b/base/applications/notepad/lang/uk-UA.rc
index 8d8ef3e0cc0..8c39417b9ec 100644
--- a/base/applications/notepad/lang/uk-UA.rc
+++ b/base/applications/notepad/lang/uk-UA.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "&Створити\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "&Відкрити...\tCtrl+O", CMD_OPEN
MENUITEM "&Зберегти\tCtrl+S", CMD_SAVE
MENUITEM "Зберегти &як...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/uz-UZ.rc
b/base/applications/notepad/lang/uz-UZ.rc
index fdc61df2fd7..e6857a5f546 100644
--- a/base/applications/notepad/lang/uz-UZ.rc
+++ b/base/applications/notepad/lang/uz-UZ.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "&Fayl"
BEGIN
MENUITEM "&Yangi\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "Oc&hmoq...\tCtrl+O", CMD_OPEN
MENUITEM "&Saqlamoq\tCtrl+S", CMD_SAVE
MENUITEM "Quyid&agicha saqlamoq...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/zh-CN.rc
b/base/applications/notepad/lang/zh-CN.rc
index 42c06a08303..701672bd777 100644
--- a/base/applications/notepad/lang/zh-CN.rc
+++ b/base/applications/notepad/lang/zh-CN.rc
@@ -26,7 +26,7 @@ BEGIN
POPUP "文件(&F)"
BEGIN
MENUITEM "新建(&N)\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "打开(&O)...\tCtrl+O", CMD_OPEN
MENUITEM "保存(&S)\tCtrl+S", CMD_SAVE
MENUITEM "另存为(&A)...", CMD_SAVE_AS
diff --git a/base/applications/notepad/lang/zh-TW.rc
b/base/applications/notepad/lang/zh-TW.rc
index 30e7cfe4063..f66efcec3b7 100644
--- a/base/applications/notepad/lang/zh-TW.rc
+++ b/base/applications/notepad/lang/zh-TW.rc
@@ -24,7 +24,7 @@ BEGIN
POPUP "檔案(&F)"
BEGIN
MENUITEM "開新檔案(&N)\tCtrl+N", CMD_NEW
- MENUITEM "&New Window\tCtrl+Shift+N", CMD_NEW_WINDOW
+ MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
MENUITEM "開啟舊檔(&O)...\tCtrl+O", CMD_OPEN
MENUITEM "儲存檔案(&S)\tCtrl+S", CMD_SAVE
MENUITEM "另存新檔(&A)...", CMD_SAVE_AS