diff --git a/src/apps/installer/WorkerThread.cpp b/src/apps/installer/WorkerThread.cpp index f944bf5895..fd49af7cc9 100644 --- a/src/apps/installer/WorkerThread.cpp +++ b/src/apps/installer/WorkerThread.cpp @@ -123,7 +123,7 @@ WorkerThread::MessageReceived(BMessage* message) } if (partition->GetMountPoint(&targetDirectory) != B_OK) { _SetStatusMessage(TR("The mount point could not be " - "retrieve.")); + "retrieved.")); break; } } else if (fDDRoster.GetDeviceWithID(id, &device) == B_OK) { @@ -136,7 +136,7 @@ WorkerThread::MessageReceived(BMessage* message) } if (device.GetMountPoint(&targetDirectory) != B_OK) { _SetStatusMessage(TR("The mount point could not be " - "retrieve.")); + "retrieved.")); break; } }