summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-06 13:36:42 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:09:07 -0800
commit95d5771513878dbe0f51fc9ac172f5d649a42e3f (patch)
treee2e0ae9c7d81f9e6e2180e087807b0f37d6faa00 /profile-widget
parentdcf254221504d1e41e491de3a74e07a7c585d2c1 (diff)
downloadsubsurface-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.cpp2
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!") :