diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-03-06 13:36:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-11 08:09:07 -0800 |
commit | 95d5771513878dbe0f51fc9ac172f5d649a42e3f (patch) | |
tree | e2e0ae9c7d81f9e6e2180e087807b0f37d6faa00 /profile-widget | |
parent | dcf254221504d1e41e491de3a74e07a7c585d2c1 (diff) | |
download | subsurface-95d5771513878dbe0f51fc9ac172f5d649a42e3f.tar.gz |
We use 'setpoint' in UI. Use it also for documentation and comments. No semantic change.
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/diveeventitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp index 5af188c2d..b5a532e7a 100644 --- a/profile-widget/diveeventitem.cpp +++ b/profile-widget/diveeventitem.cpp @@ -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!") : |