Fix some typos (#1983)

This commit is contained in:
Wolfgang Stöggl 2019-07-12 17:55:44 +02:00 committed by Daniel Marjamäki
parent 8ad3e43f92
commit 1c32455ae1
5 changed files with 6 additions and 6 deletions

View File

@ -1107,7 +1107,7 @@ void MainWindow::openResults()
QMessageBox msgBox(this);
msgBox.setWindowTitle(tr("Cppcheck"));
const QString msg(tr("Current results will be cleared.\n\n"
"Opening a new XML file will clear current results."
"Opening a new XML file will clear current results.\n"
"Do you want to proceed?"));
msgBox.setText(msg);
msgBox.setIcon(QMessageBox::Warning);