Fix gh-2974 Remove extra ? in View Data File Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -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;">
</xsl:otherwise>
</xsl:choose>