diff --git a/reactos/boot/freeldr/freeldr/reactos/reactos.c b/reactos/boot/freeldr/freeldr/reactos/reactos.c index 87e64145805..0369e8d84c0 100644 --- a/reactos/boot/freeldr/freeldr/reactos/reactos.c +++ b/reactos/boot/freeldr/freeldr/reactos/reactos.c @@ -717,7 +717,7 @@ LoadAndBootReactOS(PCSTR OperatingSystemName) */ if (!FsOpenSystemVolume(SystemPath, szBootPath, &LoaderBlock.BootDevice)) { - UiMessageBox("Failed to open boot drive."); + UiMessageBox("Failed to open system drive."); return; }