Changed wording and fixed typo (ticket #6945).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39715 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2010-12-03 10:46:20 +00:00
parent b7a1df8004
commit d222eb7942
+4 -4
View File
@@ -431,13 +431,13 @@ PrintServerApp::CreatePrinter(const char* printerName, const char* driverName,
return B_OK;
} else {
info.SetTo(B_TRANSLATE(
"There already exists a printer you are going to "
"create, but it's driver could not be found! Replace?"));
"A printer with that name already exists, "
"but its driver could not be found! Replace?"));
}
} else {
info.SetTo(B_TRANSLATE(
"There already exists a printer you are going to "
"create, but it's not usable at all! Replace?"));
"A printer with that name already exists, "
"but its not usable at all! Replace?"));
}
if (info.Length() != 0) {