summaryrefslogtreecommitdiff
path: root/solenv/bin/uilangfilter.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/uilangfilter.xslt')
-rw-r--r--solenv/bin/uilangfilter.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/uilangfilter.xslt b/solenv/bin/uilangfilter.xslt
index 6d48974bccd2..7eb3557fa7a2 100644
--- a/solenv/bin/uilangfilter.xslt
+++ b/solenv/bin/uilangfilter.xslt
@@ -20,7 +20,7 @@
<xsl:apply-templates select="//*[not(self::col)][@translatable='yes']" />
<!--
What I want to do here is to extract just the list and tree store
- columns that that are translatable (the first one only)
+ columns that are translatable (the first one only)
-->
<xsl:apply-templates select="interface/object[data/row/col[@id='0'][@translatable='yes']]" />
</l>