summaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.cpp
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-06 13:27:39 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:09:07 -0800
commitdcf254221504d1e41e491de3a74e07a7c585d2c1 (patch)
treefb681d07eb56639b6a240f2733fb96bf4445652d /profile-widget/profilewidget2.cpp
parentbdb83fd9b5a28dba3076ad4d55dc6924c51367ec (diff)
downloadsubsurface-dcf254221504d1e41e491de3a74e07a7c585d2c1.tar.gz
Use abbreviations with dots.
Diffstat (limited to 'profile-widget/profilewidget2.cpp')
-rw-r--r--profile-widget/profilewidget2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp
index caa3523fa..7da9e8d59 100644
--- a/profile-widget/profilewidget2.cpp
+++ b/profile-widget/profilewidget2.cpp
@@ -639,7 +639,7 @@ void ProfileWidget2::plotDive(struct dive *d, bool force)
if (shouldCalculateMaxTime || newMaxtime > maxtime)
maxtime = newMaxtime;
- /* Only update the max depth if it's bigger than the current ones
+ /* Only update the max. depth if it's bigger than the current ones
* when we are dragging the handler to plan / add dive.
* otherwhise, update normally.
*/