From cc8605dc7515c8197cafe378bab985a87e63141c Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 12 Sep 2009 07:15:29 +0000 Subject: [PATCH] Fixed typo. +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33085 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootman/BootManagerController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bootman/BootManagerController.cpp b/src/apps/bootman/BootManagerController.cpp index c8ac973e94..e28154afd3 100644 --- a/src/apps/bootman/BootManagerController.cpp +++ b/src/apps/bootman/BootManagerController.cpp @@ -297,7 +297,7 @@ BootManagerController::_CreateSaveMBRPage(BRect frame) "save the MBR into.\n\n" "If something goes wrong with the installation or if " "you later wish to remove the boot menu, simply run the " - "bootman program and choose to 'Uninstall' option."; + "bootman program and choose the 'Uninstall' option."; return new FileSelectionPage(&fSettings, frame, "saveMBR", description.String(), B_SAVE_PANEL);