Fix typo spotted by Joel Cox: thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33259 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2009-09-24 05:47:32 +00:00
parent fb421f7d1c
commit e9503e26f5
+1 -1
View File
@@ -455,7 +455,7 @@ InstallerWindow::MessageReceived(BMessage *msg)
char status[1024];
snprintf(status, sizeof(status), "Installation completed. "
"Boot sector has been written to '%s'. Press Quit to %s "
"or chose a new target volume to perform another "
"or choose a new target volume to perform another "
"installation.", dstItem ? dstItem->Name() : "???", quitString);
_SetStatusMessage(status);
fInstallStatus = kFinished;