mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
We use 'setpoint' in UI. Use it also for documentation and comments. No semantic change.
This commit is contained in:
parent
dcf2542215
commit
95d5771513
9 changed files with 25 additions and 25 deletions
|
@ -165,7 +165,7 @@ void DiveEventItem::setupToolTipString()
|
|||
}
|
||||
} else if (type == SAMPLE_EVENT_PO2 && same_string(internalEvent->name, "SP change")) {
|
||||
// this is a bad idea - we are abusing an existing event type that is supposed to
|
||||
// warn of high or low pO₂ and are turning it into a set point change event
|
||||
// warn of high or low pO₂ and are turning it into a setpoint change event
|
||||
name += ":\n" + tr("Manual switch to OC");
|
||||
} else {
|
||||
name += internalEvent->flags & SAMPLE_FLAGS_BEGIN ? tr(" begin", "Starts with space!") :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue