Misspelling, reported by eml.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36031 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2010-04-04 22:51:34 +00:00
parent 550376ffb8
commit 523f15a901
+2 -2
View File
@@ -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;
}
}