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);