summaryrefslogtreecommitdiffstats
path: root/theme
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 /theme
parentbdb83fd9b5a28dba3076ad4d55dc6924c51367ec (diff)
downloadsubsurface-dcf254221504d1e41e491de3a74e07a7c585d2c1.tar.gz
Use abbreviations with dots.
Diffstat (limited to 'theme')
-rw-r--r--theme/dive_export.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html
index 2620ce12a..64617b5a0 100644
--- a/theme/dive_export.html
+++ b/theme/dive_export.html
@@ -214,7 +214,7 @@ function changeAdvSearch(e){
<div id="time_header" onClick="change_sort_col('3')" class="item">Time</div>
<div id="location_header" onClick="change_sort_col('6')" class="item_large">Location</div>
<div id="duration_header" onClick="change_sort_col('4')" class="item">Duration</div>
- <div id="maxdepth_header" onClick="change_sort_col('5')" class="item">Max Depth</div>
+ <div id="maxdepth_header" onClick="change_sort_col('5')" class="item">Max. Depth</div>
</div>
<div id="diveslist">
</div>