https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6ee7cba77b3a0e2f3383d4ae8dddcc52a1a55965

commit 6ee7cba77b3a0e2f3383d4ae8dddcc52a1a55965
Author:     Oleg Dubinskiy <[email protected]>
AuthorDate: Fri Jun 28 16:45:32 2019 +0300
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Jul 27 13:18:34 2019 +0200

    [USETUP] Use "L" key instead of "D" for deleting partitions at 1st setup 
stage
---
 base/setup/usetup/lang/bg-BG.h | 4 ++--
 base/setup/usetup/lang/bn-BD.h | 4 ++--
 base/setup/usetup/lang/cs-CZ.h | 4 ++--
 base/setup/usetup/lang/da-DK.h | 6 +++---
 base/setup/usetup/lang/de-DE.h | 4 ++--
 base/setup/usetup/lang/el-GR.h | 4 ++--
 base/setup/usetup/lang/en-US.h | 4 ++--
 base/setup/usetup/lang/es-ES.h | 4 ++--
 base/setup/usetup/lang/et-EE.h | 4 ++--
 base/setup/usetup/lang/fr-FR.h | 4 ++--
 base/setup/usetup/lang/he-IL.h | 4 ++--
 base/setup/usetup/lang/it-IT.h | 4 ++--
 base/setup/usetup/lang/ja-JP.h | 4 ++--
 base/setup/usetup/lang/lt-LT.h | 4 ++--
 base/setup/usetup/lang/ms-MY.h | 4 ++--
 base/setup/usetup/lang/nl-NL.h | 4 ++--
 base/setup/usetup/lang/pl-PL.h | 4 ++--
 base/setup/usetup/lang/pt-BR.h | 4 ++--
 base/setup/usetup/lang/pt-PT.h | 4 ++--
 base/setup/usetup/lang/ro-RO.h | 4 ++--
 base/setup/usetup/lang/ru-RU.h | 4 ++--
 base/setup/usetup/lang/sk-SK.h | 4 ++--
 base/setup/usetup/lang/sq-AL.h | 4 ++--
 base/setup/usetup/lang/sv-SE.h | 4 ++--
 base/setup/usetup/lang/tr-TR.h | 4 ++--
 base/setup/usetup/lang/uk-UA.h | 4 ++--
 base/setup/usetup/usetup.c     | 2 +-
 27 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/base/setup/usetup/lang/bg-BG.h b/base/setup/usetup/lang/bg-BG.h
index 390b2b2e32c..7c44315d9f1 100644
--- a/base/setup/usetup/lang/bg-BG.h
+++ b/base/setup/usetup/lang/bg-BG.h
@@ -1410,7 +1410,7 @@ static MUI_ENTRY bgBGDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  \215\240\342\250\341\255\245\342\245 D, \247\240 \244\240 
\250\247\342\340\250\245\342\245 \244\357\253\240.",
+        "\x07  \215\240\342\250\341\255\245\342\245 L, \247\240 \244\240 
\250\247\342\340\250\245\342\245 \244\357\253\240.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1428,7 +1428,7 @@ static MUI_ENTRY bgBGDeletePartitionEntries[] =
     {
         0,
         0,
-        "   D = \210\247\342\340\250\242\240\255\245 \255\240 
\244\357\253\240, ESC = \216\342\252\240\247    F3 = \210\247\345\256\244",
+        "   L = \210\247\342\340\250\242\240\255\245 \255\240 
\244\357\253\240, ESC = \216\342\252\240\247    F3 = \210\247\345\256\244",
         TEXT_TYPE_STATUS
     },
     {
diff --git a/base/setup/usetup/lang/bn-BD.h b/base/setup/usetup/lang/bn-BD.h
index 1cde9329cb8..8bb8b75df65 100644
--- a/base/setup/usetup/lang/bn-BD.h
+++ b/base/setup/usetup/lang/bn-BD.h
@@ -1399,7 +1399,7 @@ static MUI_ENTRY bnBDDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Press D to delete the partition.",
+        "\x07  Press L to delete the partition.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1417,7 +1417,7 @@ static MUI_ENTRY bnBDDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Delete Partition   ESC = Cancel   F3 = Quit",
+        "L = Delete Partition   ESC = Cancel   F3 = Quit",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/cs-CZ.h b/base/setup/usetup/lang/cs-CZ.h
index 361d7529d92..4c8e661dff1 100644
--- a/base/setup/usetup/lang/cs-CZ.h
+++ b/base/setup/usetup/lang/cs-CZ.h
@@ -1408,7 +1408,7 @@ static MUI_ENTRY csCZDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Stisknut\241m D odstran\241te odd\241l.",
+        "\x07  Stisknut\241m L odstran\241te odd\241l.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1426,7 +1426,7 @@ static MUI_ENTRY csCZDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Odstranit odd\241l   ESC = Zru\347it   F3 = Ukon\237it",
+        "L = Odstranit odd\241l   ESC = Zru\347it   F3 = Ukon\237it",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/da-DK.h b/base/setup/usetup/lang/da-DK.h
index c203f21e049..3aee65bcf70 100644
--- a/base/setup/usetup/lang/da-DK.h
+++ b/base/setup/usetup/lang/da-DK.h
@@ -1415,7 +1415,7 @@ static MUI_ENTRY daDKDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Tryk p\206 D for at slette partitionen.",
+        "\x07  Tryk p\206 L for at slette partitionen.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1433,7 +1433,7 @@ static MUI_ENTRY daDKDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Slet partition   ESC = Annuller   F3 = Afslut",
+        "L = Slet partition   ESC = Annuller   F3 = Afslut",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
@@ -1961,4 +1961,4 @@ MUI_STRING daDKStrings[] =
     {STRING_ADDKBLAYOUTS,
     "Tilf\233jer tastaturlayouts"},
     {0, 0}
-};
\ No newline at end of file
+};
diff --git a/base/setup/usetup/lang/de-DE.h b/base/setup/usetup/lang/de-DE.h
index a01c38b1a1e..eab9c9bfdff 100644
--- a/base/setup/usetup/lang/de-DE.h
+++ b/base/setup/usetup/lang/de-DE.h
@@ -1402,7 +1402,7 @@ static MUI_ENTRY deDEDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Dr\201cken Sie D, um die Partition zu l\224schen.",
+        "\x07  Dr\201cken Sie L, um die Partition zu l\224schen.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1420,7 +1420,7 @@ static MUI_ENTRY deDEDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = L\224sche Partition   ESC = Abbrechen   F3 = Installation 
abbrechen",
+        "L = L\224sche Partition   ESC = Abbrechen   F3 = Installation 
abbrechen",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/el-GR.h b/base/setup/usetup/lang/el-GR.h
index c839e82b270..fc2d6d6f118 100644
--- a/base/setup/usetup/lang/el-GR.h
+++ b/base/setup/usetup/lang/el-GR.h
@@ -1426,7 +1426,7 @@ static MUI_ENTRY elGRDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  \217\230\253\343\251\253\234 D \232\240\230 \244\230 
\233\240\230\232\250\341\257\234\253\234 \253\246 partition.",
+        "\x07  \217\230\253\343\251\253\234 L \232\240\230 \244\230 
\233\240\230\232\250\341\257\234\253\234 \253\246 partition.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1444,7 +1444,7 @@ static MUI_ENTRY elGRDeletePartitionEntries[] =
     {
         0,
         0,
-        "   D = \203\240\230\232\250\230\255\343 Partition   ESC = 
\200\241\347\250\340\251\236   F3 = \200\247\246\256\351\250\236\251\236",
+        "   L = \203\240\230\232\250\230\255\343 Partition   ESC = 
\200\241\347\250\340\251\236   F3 = \200\247\246\256\351\250\236\251\236",
         TEXT_TYPE_STATUS
     },
     {
diff --git a/base/setup/usetup/lang/en-US.h b/base/setup/usetup/lang/en-US.h
index 8ba4fabbff2..63faa0fde62 100644
--- a/base/setup/usetup/lang/en-US.h
+++ b/base/setup/usetup/lang/en-US.h
@@ -1400,7 +1400,7 @@ static MUI_ENTRY enUSDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Press D to delete the partition.",
+        "\x07  Press L to delete the partition.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1418,7 +1418,7 @@ static MUI_ENTRY enUSDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Delete Partition   ESC = Cancel   F3 = Quit",
+        "L = Delete Partition   ESC = Cancel   F3 = Quit",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/es-ES.h b/base/setup/usetup/lang/es-ES.h
index dd550908868..7ab27f9dbb8 100644
--- a/base/setup/usetup/lang/es-ES.h
+++ b/base/setup/usetup/lang/es-ES.h
@@ -1405,7 +1405,7 @@ static MUI_ENTRY esESDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Presione D para borrar la partici\242n.",
+        "\x07  Presione L para borrar la partici\242n.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1423,7 +1423,7 @@ static MUI_ENTRY esESDeletePartitionEntries[] =
     {
         0,
         0,
-        "   D = Borrar partici\242n   ESC = Cancelar   F3 = Salir",
+        "   L = Borrar partici\242n   ESC = Cancelar   F3 = Salir",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/et-EE.h b/base/setup/usetup/lang/et-EE.h
index cb18cab6064..b0ef95d4d03 100644
--- a/base/setup/usetup/lang/et-EE.h
+++ b/base/setup/usetup/lang/et-EE.h
@@ -1403,7 +1403,7 @@ static MUI_ENTRY etEEDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Vajuta D partitsiooni kustutamiseks.",
+        "\x07  Vajuta L partitsiooni kustutamiseks.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1421,7 +1421,7 @@ static MUI_ENTRY etEEDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Kustuta partitsioon   ESC = Katkesta   F3 = V\204lju",
+        "L = Kustuta partitsioon   ESC = Katkesta   F3 = V\204lju",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/fr-FR.h b/base/setup/usetup/lang/fr-FR.h
index d50f7fb5df8..9eea85258b8 100644
--- a/base/setup/usetup/lang/fr-FR.h
+++ b/base/setup/usetup/lang/fr-FR.h
@@ -1420,7 +1420,7 @@ static MUI_ENTRY frFRDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Appuyez sur D pour supprimer la partition.",
+        "\x07  Appuyez sur L pour supprimer la partition.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1438,7 +1438,7 @@ static MUI_ENTRY frFRDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Supprimer la Partition   \220CHAP = Annuler   F3 = Quitter",
+        "L = Supprimer la Partition   \220CHAP = Annuler   F3 = Quitter",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/he-IL.h b/base/setup/usetup/lang/he-IL.h
index 4f252a92917..3bf458bb251 100644
--- a/base/setup/usetup/lang/he-IL.h
+++ b/base/setup/usetup/lang/he-IL.h
@@ -1404,7 +1404,7 @@ static MUI_ENTRY heILDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  .\204\226\211\207\216\204 \232\200 \227\205\207\216\214 
\211\203\213 D \225\207\214",
+        "\x07  .\204\226\211\207\216\204 \232\200 \227\205\207\216\214 
\211\203\213 L \225\207\214",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1422,7 +1422,7 @@ static MUI_ENTRY heILDeletePartitionEntries[] =
     {
         0,
         0,
-        "\204\220\227\232\204 \214\205\210\211\201 = F3  \214\205\210\211\201 
= ESC  \204\226\211\207\216 \227\207\216 = D",
+        "\204\220\227\232\204 \214\205\210\211\201 = F3  \214\205\210\211\201 
= ESC  \204\226\211\207\216 \227\207\216 = L",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/it-IT.h b/base/setup/usetup/lang/it-IT.h
index 736b71418ca..171089ca44c 100644
--- a/base/setup/usetup/lang/it-IT.h
+++ b/base/setup/usetup/lang/it-IT.h
@@ -1405,7 +1405,7 @@ static MUI_ENTRY itITDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Premere D per cancellare la partizione.",
+        "\x07  Premere L per cancellare la partizione.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1423,7 +1423,7 @@ static MUI_ENTRY itITDeletePartitionEntries[] =
     {
         0,
         0,
-        "   D = Cancella la partizione   ESC = Annulla   F3 = Termina",
+        "   L = Cancella la partizione   ESC = Annulla   F3 = Termina",
         TEXT_TYPE_STATUS
     },
     {
diff --git a/base/setup/usetup/lang/ja-JP.h b/base/setup/usetup/lang/ja-JP.h
index b8a7a49a05e..58c254f44c8 100644
--- a/base/setup/usetup/lang/ja-JP.h
+++ b/base/setup/usetup/lang/ja-JP.h
@@ -1403,7 +1403,7 @@ static MUI_ENTRY jaJPDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  \272\311 \312\337\260\303\250\274\256\335\246 
\273\270\274\336\256 \275\331\306\312 D \267\260\246 \265\274\303 
\270\300\336\273\262\241",
+        "\x07  \272\311 \312\337\260\303\250\274\256\335\246 
\273\270\274\336\256 \275\331\306\312 L \267\260\246 \265\274\303 
\270\300\336\273\262\241",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1421,7 +1421,7 @@ static MUI_ENTRY jaJPDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = \312\337\260\303\274\256\335 \273\270\274\336\256   ESC = 
\267\254\335\276\331   F3 = \301\255\263\274",
+        "L = \312\337\260\303\274\256\335 \273\270\274\336\256   ESC = 
\267\254\335\276\331   F3 = \301\255\263\274",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/lt-LT.h b/base/setup/usetup/lang/lt-LT.h
index 5fe9791674e..e1ebf82d13c 100644
--- a/base/setup/usetup/lang/lt-LT.h
+++ b/base/setup/usetup/lang/lt-LT.h
@@ -1411,7 +1411,7 @@ static MUI_ENTRY ltLTDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Press D to delete the partition.",
+        "\x07  Press L to delete the partition.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1429,7 +1429,7 @@ static MUI_ENTRY ltLTDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Delete Partition   ESC = At\325aukti   F3 = Baigti",
+        "L = Delete Partition   ESC = At\325aukti   F3 = Baigti",
         TEXT_TYPE_STATUS
     },
     {
diff --git a/base/setup/usetup/lang/ms-MY.h b/base/setup/usetup/lang/ms-MY.h
index be06b02dd16..32d76284080 100644
--- a/base/setup/usetup/lang/ms-MY.h
+++ b/base/setup/usetup/lang/ms-MY.h
@@ -1299,7 +1299,7 @@ static MUI_ENTRY msMYDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Tekan D untuk menghapuskan partition itu.",
+        "\x07  Tekan L untuk menghapuskan partition itu.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1317,7 +1317,7 @@ static MUI_ENTRY msMYDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Menghapuskan partition   ESC = Batal   F3 = Keluar",
+        "L = Menghapuskan partition   ESC = Batal   F3 = Keluar",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/nl-NL.h b/base/setup/usetup/lang/nl-NL.h
index e2beb8c3e60..a868590d4d3 100644
--- a/base/setup/usetup/lang/nl-NL.h
+++ b/base/setup/usetup/lang/nl-NL.h
@@ -1415,7 +1415,7 @@ static MUI_ENTRY nlNLDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Druk op D om de partitie te verwijderen.",
+        "\x07  Druk op L om de partitie te verwijderen.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1433,7 +1433,7 @@ static MUI_ENTRY nlNLDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Verwijder partitie   ESC = Annuleren   F3 = Afsluiten",
+        "L = Verwijder partitie   ESC = Annuleren   F3 = Afsluiten",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/pl-PL.h b/base/setup/usetup/lang/pl-PL.h
index 6f6061dde5d..87c93c7ccd0 100644
--- a/base/setup/usetup/lang/pl-PL.h
+++ b/base/setup/usetup/lang/pl-PL.h
@@ -1411,7 +1411,7 @@ static MUI_ENTRY plPLDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Naci\230nij D, by usun\245\206 partycj\251.",
+        "\x07  Naci\230nij L, by usun\245\206 partycj\251.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1429,7 +1429,7 @@ static MUI_ENTRY plPLDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Usuni\251cie partycji   ESC = Anulowanie   F3 = Wyj\230cie",
+        "L = Usuni\251cie partycji   ESC = Anulowanie   F3 = Wyj\230cie",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/pt-BR.h b/base/setup/usetup/lang/pt-BR.h
index 32987a7c104..1c5b97d9961 100644
--- a/base/setup/usetup/lang/pt-BR.h
+++ b/base/setup/usetup/lang/pt-BR.h
@@ -1427,7 +1427,7 @@ static MUI_ENTRY ptBRDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Para excluir esta parti\207\306o, pressione D",
+        "\x07  Para excluir esta parti\207\306o, pressione L",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1451,7 +1451,7 @@ static MUI_ENTRY ptBRDeletePartitionEntries[] =
     {
         0,
         0,
-        "D=Excluir  ESC=Cancelar  F3=Sair",
+        "L=Excluir  ESC=Cancelar  F3=Sair",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/pt-PT.h b/base/setup/usetup/lang/pt-PT.h
index 17f5515a271..68d5a0b9d22 100644
--- a/base/setup/usetup/lang/pt-PT.h
+++ b/base/setup/usetup/lang/pt-PT.h
@@ -1427,7 +1427,7 @@ static MUI_ENTRY ptPTDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Para excluir esta parti\207\306o, pressione D",
+        "\x07  Para excluir esta parti\207\306o, pressione L",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1451,7 +1451,7 @@ static MUI_ENTRY ptPTDeletePartitionEntries[] =
     {
         0,
         0,
-        "D=Excluir  ESC=Cancelar  F3=Sair",
+        "L=Excluir  ESC=Cancelar  F3=Sair",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/ro-RO.h b/base/setup/usetup/lang/ro-RO.h
index 79ea3bfe568..92fa85b3397 100644
--- a/base/setup/usetup/lang/ro-RO.h
+++ b/base/setup/usetup/lang/ro-RO.h
@@ -1434,7 +1434,7 @@ static MUI_ENTRY roRODeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Tasta\376i D pentru a \272terge parti\376ia.",
+        "\x07  Tasta\376i L pentru a \272terge parti\376ia.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1452,7 +1452,7 @@ static MUI_ENTRY roRODeletePartitionEntries[] =
     {
         0,
         0,
-        "D = \252tergere parti\376ie   ESC = Anulare   F3 = Ie\272ire",
+        "L = \252tergere parti\376ie   ESC = Anulare   F3 = Ie\272ire",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/ru-RU.h b/base/setup/usetup/lang/ru-RU.h
index 3f281b32a37..d820c8089a1 100644
--- a/base/setup/usetup/lang/ru-RU.h
+++ b/base/setup/usetup/lang/ru-RU.h
@@ -1420,7 +1420,7 @@ static MUI_ENTRY ruRUDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  \215\240\246\254\250\342\245 D \244\253\357 
\343\244\240\253\245\255\250\357 \340\240\247\244\245\253\240.",
+        "\x07  \215\240\246\254\250\342\245 L \244\253\357 
\343\244\240\253\245\255\250\357 \340\240\247\244\245\253\240.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1438,7 +1438,7 @@ static MUI_ENTRY ruRUDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = \223\244\240\253\250\342\354 \340\240\247\244\245\253   ESC = 
\216\342\254\245\255\240   F3 = \202\353\345\256\244",
+        "L = \223\244\240\253\250\342\354 \340\240\247\244\245\253   ESC = 
\216\342\254\245\255\240   F3 = \202\353\345\256\244",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/sk-SK.h b/base/setup/usetup/lang/sk-SK.h
index ccca6f385d6..8adac0cdb22 100644
--- a/base/setup/usetup/lang/sk-SK.h
+++ b/base/setup/usetup/lang/sk-SK.h
@@ -1409,7 +1409,7 @@ static MUI_ENTRY skSKDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Stla\237te D pre odstr\240nenie oblasti.",
+        "\x07  Stla\237te L pre odstr\240nenie oblasti.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1427,7 +1427,7 @@ static MUI_ENTRY skSKDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Odstr\240ni\234 oblas\234   ESC = Zru\347i\234   F3 = 
Skon\237i\234",
+        "L = Odstr\240ni\234 oblas\234   ESC = Zru\347i\234   F3 = 
Skon\237i\234",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/sq-AL.h b/base/setup/usetup/lang/sq-AL.h
index 6c46b3d65e4..d2e1f9276ae 100644
--- a/base/setup/usetup/lang/sq-AL.h
+++ b/base/setup/usetup/lang/sq-AL.h
@@ -1407,7 +1407,7 @@ static MUI_ENTRY sqALDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Kliko D p\211r t\211 fshir\211 particionin.",
+        "\x07  Kliko L p\211r t\211 fshir\211 particionin.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1425,7 +1425,7 @@ static MUI_ENTRY sqALDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = Fshi Particionin   ESC = Anulo   F3 = Dil",
+        "L = Fshi Particionin   ESC = Anulo   F3 = Dil",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/sv-SE.h b/base/setup/usetup/lang/sv-SE.h
index 571c8d8361d..9e6ece2cb62 100644
--- a/base/setup/usetup/lang/sv-SE.h
+++ b/base/setup/usetup/lang/sv-SE.h
@@ -1409,7 +1409,7 @@ static MUI_ENTRY svSEDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  Tryck D f\224r att ta bort partitionen.",
+        "\x07  Tryck L f\224r att ta bort partitionen.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1427,7 +1427,7 @@ static MUI_ENTRY svSEDeletePartitionEntries[] =
     {
         0,
         0,
-        "   D = Tar bort Partitionen   ESC = Avbryt   F3 = Avsluta",
+        "   L = Tar bort Partitionen   ESC = Avbryt   F3 = Avsluta",
         TEXT_TYPE_STATUS
     },
     {
diff --git a/base/setup/usetup/lang/tr-TR.h b/base/setup/usetup/lang/tr-TR.h
index 87608cee5be..80196752ea9 100644
--- a/base/setup/usetup/lang/tr-TR.h
+++ b/base/setup/usetup/lang/tr-TR.h
@@ -1381,7 +1381,7 @@ static MUI_ENTRY trTRDeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  B\224l\201m\201 silmek i\207in D'ye bas\215n\215z.",
+        "\x07  B\224l\201m\201 silmek i\207in L'ye bas\215n\215z.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1399,7 +1399,7 @@ static MUI_ENTRY trTRDeletePartitionEntries[] =
     {
         0,
         0,
-        "D = B\224l\201m Sil   ESC = \230ptal   F3 = \200\215k",
+        "L = B\224l\201m Sil   ESC = \230ptal   F3 = \200\215k",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/lang/uk-UA.h b/base/setup/usetup/lang/uk-UA.h
index e24f2011520..5f6258c7444 100644
--- a/base/setup/usetup/lang/uk-UA.h
+++ b/base/setup/usetup/lang/uk-UA.h
@@ -1408,7 +1408,7 @@ static MUI_ENTRY ukUADeletePartitionEntries[] =
     {
         8,
         18,
-        "\x07  \215\240\342\250\341\255i\342\354 D \244\253\357 
\242\250\244\240\253\245\255\255\357 \340\256\247\244i\253\343.",
+        "\x07  \215\240\342\250\341\255i\342\354 L \244\253\357 
\242\250\244\240\253\245\255\255\357 \340\256\247\244i\253\343.",
         TEXT_STYLE_NORMAL
     },
     {
@@ -1426,7 +1426,7 @@ static MUI_ENTRY ukUADeletePartitionEntries[] =
     {
         0,
         0,
-        "D = \202\250\244\240\253\250\342\250 \220\256\247\244i\253   ESC = 
\221\252\240\341\343\242\240\342\250   F3 = \202\250\251\342\250",
+        "L = \202\250\244\240\253\250\342\250 \220\256\247\244i\253   ESC = 
\221\252\240\341\343\242\240\342\250   F3 = \202\250\251\342\250",
         TEXT_TYPE_STATUS | TEXT_PADDING_BIG
     },
     {
diff --git a/base/setup/usetup/usetup.c b/base/setup/usetup/usetup.c
index 239fd3465ce..63c13c5bd01 100644
--- a/base/setup/usetup/usetup.c
+++ b/base/setup/usetup/usetup.c
@@ -2653,7 +2653,7 @@ DeletePartitionPage(PINPUT_RECORD Ir)
         {
             return SELECT_PARTITION_PAGE;
         }
-        else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'D') /* D */
+        else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'L') /* L */
         {
             DeletePartition(PartitionList,
                             CurrentPartition,

Reply via email to