mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix typo
svn path=/trunk/; revision=32155
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user