From a0acd67f7159a5295c6fb759a96dd220590423fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 6 Feb 2008 10:37:21 +0000 Subject: [PATCH] Fix typo svn path=/trunk/; revision=32155 --- reactos/boot/freeldr/freeldr/reactos/reactos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }