summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2014-07-11 09:21:38 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-11 07:06:26 -0700
commit3a16a64616a854ead300f37bfe6e614e6dde168c (patch)
tree89bf7c5e7595a8d659edd317bf8b888bf27154c7 /qt-ui/mainwindow.cpp
parent402198871b15db005e8cce07cad8707b519bf802 (diff)
downloadsubsurface-3a16a64616a854ead300f37bfe6e614e6dde168c.tar.gz
misc capitalisation and spelling
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 2b762d9bf..c22129818 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -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);