Fix typos in source strings

Reviewed-by: Pawel Polanski
This commit is contained in:
Jarek Kobus
2011-03-31 16:30:37 +02:00
parent dc1ce25422
commit 148e389587
6 changed files with 10 additions and 10 deletions

View File

@@ -645,7 +645,7 @@ void IPCEngineHost::readyRead()
char terminator;
m_device->getChar(&terminator);
if (terminator != 'T') {
showStatusMessage(tr("Fatal engine shutdown. Incompatible binary or ipc error."));
showStatusMessage(tr("Fatal engine shutdown. Incompatible binary or IPC error."));
showMessage(QLatin1String("IPC Error: terminator missing"));
nuke();
return;