wee cosmetic politeness
>From 6b27195acb2ece2f5bbe30b06cae4830b5d0fcd3 Mon Sep 17 00:00:00 2001 From: Giuseppe 'ferdy' Miceli <[email protected]> Date: Wed, 26 Feb 2014 10:14:13 +0100 Subject: [PATCH] Adding a polite "Please" in front of the warning message.
Signed-off-by: Giuseppe 'ferdy' Miceli <[email protected]> --- qt-ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 7609bff..70415f0 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; } -- 1.8.5.5
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
