Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#2125 from bernardosulzbach/bad-sente…
Browse files Browse the repository at this point in the history
…nce-fix

Adds a missing space between sentences
  • Loading branch information
justinclift authored Feb 15, 2020
2 parents 281cfe7 + 1d1afaa commit 29cc46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EditDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 29cc46c

Please sign in to comment.