We use 'setpoint' in UI. Use it also for documentation and comments. No semantic change.

This commit is contained in:
Martin Měřinský 2017-03-06 13:36:42 +01:00 committed by Dirk Hohndel
parent dcf2542215
commit 95d5771513
9 changed files with 25 additions and 25 deletions

View file

@ -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!") :