Translator corrections

This commit is contained in:
Jarek Kobus
2010-09-29 12:48:00 +02:00
parent 2cf9910070
commit da79614008
8 changed files with 9 additions and 12 deletions

View File

@@ -365,7 +365,7 @@ static inline bool askToKill(const QString &binary = QString())
SynchronousProcess::tr("The process is not responding.") :
SynchronousProcess::tr("The process '%1' is not responding.").arg(binary);
msg += QLatin1Char(' ');
msg += SynchronousProcess::tr(" Would you like to terminate it?");
msg += SynchronousProcess::tr("Would you like to terminate it?");
// Restore the cursor that is set to wait while running.
const bool hasOverrideCursor = QApplication::overrideCursor() != 0;
if (hasOverrideCursor)