summaryrefslogtreecommitdiffstats
path: root/packaging/khelpcenter-plugin.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/khelpcenter-plugin.xsl')
-rw-r--r--packaging/khelpcenter-plugin.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/khelpcenter-plugin.xsl b/packaging/khelpcenter-plugin.xsl
index d8a206a..991f3df 100644
--- a/packaging/khelpcenter-plugin.xsl
+++ b/packaging/khelpcenter-plugin.xsl
@@ -5,12 +5,12 @@
<!-- Note: do not indent this file! Any whitespace here
will be reproduced in the output -->
- <xsl:param name="lang" select="'en'" />
+ <xsl:param name="lang" select="'en_US'" />
<xsl:param name="docbase" select="'example-tutorial'" />
<xsl:template match="/">[Desktop Entry]
DocPath=help:/fedora-doc-<xsl:value-of select="$docbase"/>/index.html
-Name=<xsl:value-of select="/rpm-info/titles/translation[@lang='en']/title"/>
+Name=<xsl:value-of select="/rpm-info/titles/translation[@lang='en_US']/title"/>
<xsl:for-each select="/rpm-info/titles/translation">Name[<xsl:value-of
select="@lang"/>]=<xsl:value-of select="title"/>