Fix some typos (#1983)
This commit is contained in:
parent
8ad3e43f92
commit
1c32455ae1
|
@ -1107,7 +1107,7 @@ void MainWindow::openResults()
|
||||||
QMessageBox msgBox(this);
|
QMessageBox msgBox(this);
|
||||||
msgBox.setWindowTitle(tr("Cppcheck"));
|
msgBox.setWindowTitle(tr("Cppcheck"));
|
||||||
const QString msg(tr("Current results will be cleared.\n\n"
|
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?"));
|
"Do you want to proceed?"));
|
||||||
msgBox.setText(msg);
|
msgBox.setText(msg);
|
||||||
msgBox.setIcon(QMessageBox::Warning);
|
msgBox.setIcon(QMessageBox::Warning);
|
||||||
|
|
Loading…
Reference in New Issue