summaryrefslogtreecommitdiff
path: root/clients/common/settings-docs.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/settings-docs.xsl')
-rw-r--r--clients/common/settings-docs.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/settings-docs.xsl b/clients/common/settings-docs.xsl
index 47b52bd576..0d08a0c898 100644
--- a/clients/common/settings-docs.xsl
+++ b/clients/common/settings-docs.xsl
@@ -28,7 +28,7 @@
<xsl:call-template name="escape_quotes">
<xsl:with-param name="string" select="@description"/>
</xsl:call-template>
- </xsl:variable>#define DESCRIBE_DOC_NM_SETTING_<xsl:value-of select="$setting_name_upper"/>_<xsl:value-of select="@name_upper"/> "<xsl:value-of select="$docs"/>"
+ </xsl:variable>#define DESCRIBE_DOC_NM_SETTING_<xsl:value-of select="$setting_name_upper"/>_<xsl:value-of select="@name_upper"/> N_("<xsl:value-of select="$docs"/>")
</xsl:template>
<xsl:template match="setting" mode="settings">