misc capitalisation and spelling

Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2014-07-11 09:21:38 +01:00 committed by Dirk Hohndel
parent 402198871b
commit 3a16a64616
5 changed files with 8 additions and 8 deletions

View file

@ -711,7 +711,7 @@ bool MainWindow::askSaveChanges()
if (existing_filename)
message = tr("Do you want to save the changes that you made in the file %1?").arg(existing_filename);
else
message = tr("Do you want to save the changes that you made in the datafile?");
message = tr("Do you want to save the changes that you made in the data file?");
response.setStandardButtons(QMessageBox::Save | QMessageBox::Discard | QMessageBox::Cancel);
response.setDefaultButton(QMessageBox::Save);