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:
Leena Miettinen
2022-02-16 17:51:35 +01:00
parent a5a50f01b1
commit 2a1ce51ce3
2 changed files with 3 additions and 3 deletions

View File

@@ -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)