Use abbreviations with dots.

This commit is contained in:
Martin Měřinský 2017-03-06 13:27:39 +01:00 committed by Dirk Hohndel
parent bdb83fd9b5
commit dcf2542215
18 changed files with 31 additions and 31 deletions

View file

@ -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.
*/