forked from qt-creator/qt-creator
Utils: Fix UI text punctuation and capitalization
Also simplify the wording of a message. Task-number: QTCREATORBUG-27055 Change-Id: I29df31f8484d451d8d8d1869ca3a1b182072d2c1 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -932,7 +932,7 @@ void LauncherSocket::handleSocketDisconnected()
|
||||
{
|
||||
QTC_ASSERT(isCalledFromLaunchersThread(), return);
|
||||
handleError(QCoreApplication::translate("Utils::LauncherSocket",
|
||||
"Launcher socket closed unexpectedly"));
|
||||
"Launcher socket closed unexpectedly."));
|
||||
}
|
||||
|
||||
void LauncherSocket::handleError(const QString &error)
|
||||
|
||||
Reference in New Issue
Block a user