Crowdin: fix in different WBs

This commit is contained in:
luz.paz
2018-04-17 17:47:34 -04:00
committed by luz paz
parent 4604bd9456
commit fb224b0090
7 changed files with 23 additions and 24 deletions

View File

@@ -162,7 +162,7 @@ void UnitTestDialog::on_helpButton_clicked()
QMessageBox::information(this, tr("Help"), tr(
"Enter the name of a callable object which, when called, will return a TestCase."
"Click 'start', and the test thus produced will be run.\n\n"
"Double click on an error in the tree view to see more information about it,"
"Double click on an error in the tree view to see more information about it, "
"including the stack trace."));
}