Reverted wrong typo fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2010-12-03 11:25:34 +00:00
parent d222eb7942
commit 081615cbf7

View File

@ -437,7 +437,7 @@ PrintServerApp::CreatePrinter(const char* printerName, const char* driverName,
} else {
info.SetTo(B_TRANSLATE(
"A printer with that name already exists, "
"but its not usable at all! Replace?"));
"but it's not usable at all! Replace?"));
}
if (info.Length() != 0) {