diff options
author | Tim Wootton <tim@tee-jay.org.uk> | 2015-09-04 23:25:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-05 07:42:57 -0700 |
commit | 6a468b4d397cbff4424b31ef3584ffb2f534a569 (patch) | |
tree | 345f9ec0ec0028af863b0696bda47ebeecf2ae1f /qt-ui/mainwindow.cpp | |
parent | 8f6702d0b3070d14b6c412cef95664105f72abba (diff) | |
download | subsurface-6a468b4d397cbff4424b31ef3584ffb2f534a569.tar.gz |
More style and readability changes
Changes to capitalisation to comply with coding style
Changes to make some blocks of english sound a bit better
Signed-off-by: Tim Wootton <tim@tee-jay.org.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 1d98f2b59..b19a23026 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -1568,10 +1568,10 @@ void MainWindow::loadFiles(const QStringList fileNames) if (min_datafile_version >0 && min_datafile_version < DATAFORMAT_VERSION) { QMessageBox::warning(this, tr("Opening datafile from older version"), tr("You opened a data file from an older version of Subsurface. We recommend " - "to read the manual to learn about the changes in the new version, especially " - "about dive site management which changed significantly.\n" - "Subsurface already tried to prepopulate the data but it might be worth " - "while to take a look at the new dive site management system and to make " + "you read the manual to learn about the changes in the new version, especially " + "about dive site management which has changed significantly.\n" + "Subsurface has already tried to pre-populate the data but it might be worth " + "while taking a look at the new dive site management system and to make " "sure that everything looks correct.")); } } |