mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[usetup] Apply r43870 for German resource file, fix boot loader vs boot sector confusion
svn path=/trunk/; revision=43873
This commit is contained in:
parent
8266299b0e
commit
9a5b0ce12b
1 changed files with 4 additions and 4 deletions
|
@ -981,25 +981,25 @@ static MUI_ENTRY deDEBootLoaderEntries[] =
|
|||
{
|
||||
6,
|
||||
8,
|
||||
"Setup installiert nun den Boot-Sektor.",
|
||||
"Setup installiert nun den Boot-Loader.",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
12,
|
||||
"Boot-Sektor im MBR installieren.",
|
||||
"Boot-Loader auf der Festplatte installieren (Boot-Sektor).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"Boot-Sektor auf einer Diskette installieren.",
|
||||
"Boot-Loader auf einer Diskette installieren.",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
14,
|
||||
"Boot-Sektor nicht installieren.",
|
||||
"Boot-Loader nicht installieren.",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue