From 624c5e3dcc3c06085172f6ce2b56777c0fddc08b Mon Sep 17 00:00:00 2001 From: Michael B. Trausch Date: Thu, 9 Apr 2009 17:42:32 -0400 Subject: [PATCH] Fix the slightly misleading message for the installer. The master boot record holds MBR code, while boot sectors go in the partition's boot sector area which isn't an MBR. Note that the translations which include the notion of installing boot loader code to the MBR need to also be changed so as to be more accurate; but I don't know any other languages and thus cannot perform that translation. Signed-off-by: Michael B. Trausch --- reactos/base/setup/usetup/lang/en-US.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/reactos/base/setup/usetup/lang/en-US.h b/reactos/base/setup/usetup/lang/en-US.h index c269265..cf681fc 100644 --- a/reactos/base/setup/usetup/lang/en-US.h +++ b/reactos/base/setup/usetup/lang/en-US.h @@ -986,7 +986,7 @@ static MUI_ENTRY enUSBootLoaderEntries[] = { 8, 12, - "Install bootloader on the harddisk (MBR).", + "Install bootloader to the boot sector.", TEXT_STYLE_NORMAL }, { -- 1.6.0.4