mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Improve header wording for CSV export
Duration is better term than time for the length of the dive. Also remove the repetitive word dive from some of the header fields. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
97e9be1ba6
commit
1739b4879a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<xsl:variable name="fs">,</xsl:variable>
|
<xsl:variable name="fs">,</xsl:variable>
|
||||||
|
|
||||||
<xsl:template match="/divelog/dives">
|
<xsl:template match="/divelog/dives">
|
||||||
<xsl:value-of select="concat('"dive number"', $fs, '"dive date"', $fs, '"dive time"', $fs, '"time"', $fs, '"depth"', $fs, '"temperature"', $fs, '"pressure"')"/>
|
<xsl:value-of select="concat('"dive number"', $fs, '"date"', $fs, '"time"', $fs, '"duration"', $fs, '"depth"', $fs, '"temperature"', $fs, '"pressure"')"/>
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
<xsl:apply-templates select="dive|trip/dive"/>
|
<xsl:apply-templates select="dive|trip/dive"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue