mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:33:24 +00:00
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>
This commit is contained in:
parent
8a55006a4e
commit
01441ccb45
2 changed files with 5 additions and 5 deletions
|
@ -1694,7 +1694,7 @@
|
|||
<item row="5" column="4">
|
||||
<widget class="QDoubleSpinBox" name="salinityDoubleSpinBox_3">
|
||||
<property name="suffix">
|
||||
<string>kg/l</string>
|
||||
<string>kg/ℓ</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>1.000000000000000</double>
|
||||
|
@ -1810,7 +1810,7 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="advancedSettings_3">
|
||||
<attribute name="title">
|
||||
<string>Advanced Settings</string>
|
||||
<string>Advanced settings</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_5">
|
||||
<item row="3" column="0" colspan="2">
|
||||
|
@ -2352,14 +2352,14 @@
|
|||
<item row="3" column="2">
|
||||
<widget class="QLabel" name="label_60">
|
||||
<property name="text">
|
||||
<string>ppO2 max</string>
|
||||
<string>ppO₂ max</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="2">
|
||||
<widget class="QLabel" name="label_61">
|
||||
<property name="text">
|
||||
<string>ppO2 min</string>
|
||||
<string>ppO₂ min</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -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()));
|
||||
|
|
Loading…
Add table
Reference in a new issue