aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>2014-02-26 15:59:06 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-26 08:02:38 -0800
commit69bf64793cc0b80dfcd5847465eabbc3ed3ff6bd (patch)
tree50a05158f5b361adb30cbe8e10cb81f3a4619687 /qt-ui
parent28d0cb8e2cad400b4c99c0e2b7c9209dffe4e6ba (diff)
downloadsubsurface-69bf64793cc0b80dfcd5847465eabbc3ed3ff6bd.tar.gz
Adding a polite "Please" in front of the warning message.
Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-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 7609bffcf..70415f077 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -976,7 +976,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
void MainWindow::editCurrentDive()
{
if (information()->isEditing() || DivePlannerPointsModel::instance()->currentMode() != DivePlannerPointsModel::NOTHING) {
- QMessageBox::warning(this, tr("Warning"), tr("First finish the current edition before trying to do another."));
+ QMessageBox::warning(this, tr("Warning"), tr("Please, first finish the current edition before trying to do another."));
return;
}