Adds a missing space between sentences

Also rewords the second sentence to be more grammatically correct.
This commit is contained in:
Bernardo Sulzbach
2020-02-14 21:00:49 -03:00
parent 763a4a0b92
commit 1d1afaad21

View File

@@ -1236,8 +1236,8 @@ void EditDialog::openDataWithExternal()
QMessageBox::StandardButton reply = QMessageBox::information
(nullptr,
QApplication::applicationName(),
tr("The data has been saved to a temporary file and has been opened with the default application."
"You can edit now the file and when your are ready, you can apply the saved new data to the cell editor or cancel any changes."),
tr("The data has been saved to a temporary file and has been opened with the default application. "
"You can now edit the file and, when you are ready, apply the saved new data to the cell editor or cancel any changes."),
QMessageBox::Apply | QMessageBox::Cancel);
QFile readFile(file.fileName());