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:
Miika Turkia 2014-04-30 19:08:28 +03:00 committed by Dirk Hohndel
parent 97e9be1ba6
commit 1739b4879a

View file

@ -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('&quot;dive number&quot;', $fs, '&quot;dive date&quot;', $fs, '&quot;dive time&quot;', $fs, '&quot;time&quot;', $fs, '&quot;depth&quot;', $fs, '&quot;temperature&quot;', $fs, '&quot;pressure&quot;')"/> <xsl:value-of select="concat('&quot;dive number&quot;', $fs, '&quot;date&quot;', $fs, '&quot;time&quot;', $fs, '&quot;duration&quot;', $fs, '&quot;depth&quot;', $fs, '&quot;temperature&quot;', $fs, '&quot;pressure&quot;')"/>
<xsl:text> <xsl:text>
</xsl:text> </xsl:text>
<xsl:apply-templates select="dive|trip/dive"/> <xsl:apply-templates select="dive|trip/dive"/>