diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-10 22:41:18 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-10 14:45:11 -0800 |
commit | 01441ccb457cc8e4f9d09205db8a8840e049823a (patch) | |
tree | 84f3078fafb08fbb42ad1b3406eaaf09d0a0c31f /qt-ui/diveplanner.cpp | |
parent | 8a55006a4ed0569c8dfec180689ce7c8b83dc356 (diff) | |
download | subsurface-01441ccb457cc8e4f9d09205db8a8840e049823a.tar.gz |
Text consistency changes
ppO2 represented with 2 as subscript.
Special l symbol for litres.
Capitalisation to bring in line with existing style.
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.cpp')
-rw-r--r-- | qt-ui/diveplanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 839c9d080..d825c6e84 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -300,7 +300,7 @@ DivePlannerWidget::DivePlannerWidget(QWidget *parent, Qt::WindowFlags f) : QWidg connect(DivePlannerPointsModel::instance(), SIGNAL(startTimeChanged(QDateTime)), this, SLOT(setupStartTime(QDateTime))); // Creating (and canceling) the plan - replanButton = ui.buttonBox->addButton(tr("Save New"), QDialogButtonBox::ActionRole); + replanButton = ui.buttonBox->addButton(tr("Save new"), QDialogButtonBox::ActionRole); connect(replanButton, SIGNAL(clicked()), plannerModel, SLOT(saveDuplicatePlan())); connect(ui.buttonBox, SIGNAL(accepted()), plannerModel, SLOT(savePlan())); connect(ui.buttonBox, SIGNAL(rejected()), plannerModel, SLOT(cancelPlan())); |