forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user