Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/styles/xmpp.xsl')
-rw-r--r--plugins/org.eclipse.etrice.doc/styles/xmpp.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.doc/styles/xmpp.xsl b/plugins/org.eclipse.etrice.doc/styles/xmpp.xsl
index d73663af6..8f152e6cc 100644
--- a/plugins/org.eclipse.etrice.doc/styles/xmpp.xsl
+++ b/plugins/org.eclipse.etrice.doc/styles/xmpp.xsl
@@ -36,10 +36,10 @@
<xsl:variable name="Version">
<xsl:choose>
<xsl:when test="//releaseinfo">
- <xsl:text>Xtext </xsl:text><xsl:value-of select="//releaseinfo"/>
+ <xsl:text>eTrice</xsl:text><xsl:value-of select="//releaseinfo"/>
</xsl:when>
<xsl:otherwise>
- Xtext 1.0
+ eTrice 0.1
</xsl:otherwise>
</xsl:choose>
</xsl:variable>

Back to the top