Qbs: Fix UI text according to the guidelines

https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html

Task-number: QTCREATORBUG-23683
Change-Id: I33dd13019dfd73912b10abd05e95f257fa52e8e0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2020-03-11 12:02:47 +01:00
parent 769bd017b9
commit 5290660932

View File

@@ -263,7 +263,7 @@ QString QbsSession::errorString(QbsSession::Error error)
{
switch (error) {
case Error::QbsQuit:
return tr("The qbs process quit unexpectedly");
return tr("The qbs process quit unexpectedly.");
case Error::QbsFailedToStart:
return tr("The qbs process failed to start.");
case Error::ProtocolError: