|
@@ -1111,12 +1111,12 @@
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="$disableUppercaseTranslation = 1">
|
|
|
<input type="checkbox" id="DisableUppercaseTranslation" style="fontsize:small;" checked="checked" onclick="disableUppercaseTranslation=this.checked;">
|
|
|
- Disable Auto Uppercase?
|
|
|
+ Disable Auto Uppercase
|
|
|
</input>
|
|
|
</xsl:when>
|
|
|
<xsl:otherwise>
|
|
|
<input type="checkbox" id="DisableUppercaseTranslation" style="fontsize:small;" onclick="disableUppercaseTranslation=this.checked;">
|
|
|
- Disable Auto Uppercase?
|
|
|
+ Disable Auto Uppercase
|
|
|
</input>
|
|
|
</xsl:otherwise>
|
|
|
</xsl:choose>
|