mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Translated new boot loader options and fixed a typo.
svn path=/trunk/; revision=48709
This commit is contained in:
parent
fd61ebc8bb
commit
1e34ad4d19
1 changed files with 3 additions and 3 deletions
|
@ -578,7 +578,7 @@ static MUI_ENTRY deDEFlushPageEntries[] =
|
|||
{
|
||||
10,
|
||||
9,
|
||||
"Der PC wird automatisch neunstarten, wenn der Vorgang beendet ist.",
|
||||
"Der PC wird automatisch neustarten, wenn der Vorgang beendet ist.",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
@ -986,13 +986,13 @@ static MUI_ENTRY deDEBootLoaderEntries[] =
|
|||
{
|
||||
8,
|
||||
12,
|
||||
"Install bootloader on the harddisk (MBR and VBR).",
|
||||
"Boot-Loader auf der Festplatte installieren (MBR und VBR).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
8,
|
||||
13,
|
||||
"Install bootloader on the harddisk (VBR only).",
|
||||
"Boot-Loader auf der Festplatte installieren (nur VBR).",
|
||||
TEXT_STYLE_NORMAL
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue