diff options
Diffstat (limited to 'src/documentation/resources/stylesheets/releaseNotes2document.xsl')
-rw-r--r-- | src/documentation/resources/stylesheets/releaseNotes2document.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/resources/stylesheets/releaseNotes2document.xsl b/src/documentation/resources/stylesheets/releaseNotes2document.xsl index e87ec4f3a..8c4290723 100644 --- a/src/documentation/resources/stylesheets/releaseNotes2document.xsl +++ b/src/documentation/resources/stylesheets/releaseNotes2document.xsl @@ -48,7 +48,7 @@ <xsl:value-of select="@title"/> </xsl:when> <xsl:otherwise> - <xsl:text>Release Notes for Apache Forrest </xsl:text><xsl:value-of select="$versionNumber"/> + <xsl:text>Release Notes for Apache FOP </xsl:text><xsl:value-of select="$versionNumber"/> </xsl:otherwise> </xsl:choose> </title> |