mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use "6m" and "20ft" instead of "6m/20ft".
Get rid of unit type shortcut in planner. Also use "to" instead of "-" in ascent rate intervals. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
950638ec1c
commit
606bf377c5
2 changed files with 10 additions and 6 deletions
|
@ -451,9 +451,13 @@ void PlannerSettingsWidget::settingsChanged()
|
|||
if (get_units()->length == units::FEET) {
|
||||
vs.append(tr("ft/min"));
|
||||
ui.lastStop->setText(tr("Last stop at 20ft"));
|
||||
ui.asc50to6->setText(tr("50% avg. depth to 20ft"));
|
||||
ui.asc6toSurf->setText(tr("20ft to surface"));
|
||||
} else {
|
||||
vs.append(tr("m/min"));
|
||||
ui.lastStop->setText(tr("Last stop at 6m"));
|
||||
ui.asc50to6->setText(tr("50% avg. depth to 6m"));
|
||||
ui.asc6toSurf->setText(tr("6m to surface"));
|
||||
}
|
||||
updateUnitsUI();
|
||||
ui.ascRate75->setSuffix(vs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue