forked from qt-creator/qt-creator
Fix printing of seconds and milliseconds
We use a space between the number and the unit and use 'ms' or 's'. Change-Id: I689a8639c2d33c2f97789455b1e05693be0b2ccb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -390,7 +390,7 @@ void QueryContext::timeout()
|
||||
if (!parent)
|
||||
parent = QApplication::activeWindow();
|
||||
QMessageBox box(QMessageBox::Question, tr("Timeout"),
|
||||
tr("The gerrit process has not responded within %1s.\n"
|
||||
tr("The gerrit process has not responded within %1 s.\n"
|
||||
"Most likely this is caused by problems with SSH authentication.\n"
|
||||
"Would you like to terminate it?").
|
||||
arg(timeOutMS / 1000), QMessageBox::NoButton, parent);
|
||||
|
Reference in New Issue
Block a user