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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user