瀏覽代碼

Fix gh-2974 Remove extra ? in View Data File

The question mark at the end of the checkbox to
Disable Auto Uppercase is superflous.

Signed-off-by: Kevin Wang <kevin.wang@lexisnexis.com>
Kevin Wang 13 年之前
父節點
當前提交
c1953b1c41
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      esp/eclwatch/ws_XSLT/dfu_searchdata.xslt

+ 2 - 2
esp/eclwatch/ws_XSLT/dfu_searchdata.xslt

@@ -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>