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:
@@ -123,7 +123,7 @@ WorkerThread::MessageReceived(BMessage* message)
|
|||||||
}
|
}
|
||||||
if (partition->GetMountPoint(&targetDirectory) != B_OK) {
|
if (partition->GetMountPoint(&targetDirectory) != B_OK) {
|
||||||
_SetStatusMessage(TR("The mount point could not be "
|
_SetStatusMessage(TR("The mount point could not be "
|
||||||
"retrieve."));
|
"retrieved."));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (fDDRoster.GetDeviceWithID(id, &device) == B_OK) {
|
} else if (fDDRoster.GetDeviceWithID(id, &device) == B_OK) {
|
||||||
@@ -136,7 +136,7 @@ WorkerThread::MessageReceived(BMessage* message)
|
|||||||
}
|
}
|
||||||
if (device.GetMountPoint(&targetDirectory) != B_OK) {
|
if (device.GetMountPoint(&targetDirectory) != B_OK) {
|
||||||
_SetStatusMessage(TR("The mount point could not be "
|
_SetStatusMessage(TR("The mount point could not be "
|
||||||
"retrieve."));
|
"retrieved."));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user