From 1d1afaad218dfea9d9cdcf83821b3c5b33963ebb Mon Sep 17 00:00:00 2001 From: Bernardo Sulzbach Date: Fri, 14 Feb 2020 21:00:49 -0300 Subject: [PATCH] Adds a missing space between sentences Also rewords the second sentence to be more grammatically correct. --- src/EditDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EditDialog.cpp b/src/EditDialog.cpp index de749336..47c524fa 100644 --- a/src/EditDialog.cpp +++ b/src/EditDialog.cpp @@ -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());