Bug 1343477 - Search label should be a placeholder text in Settings of Site Data, r=Gijs

MozReview-Commit-ID: 6ljPyss39fS

--HG--
extra : rebase_source : 97e951afb26c84bcf262ba6fbc79ddafca2c30c2
This commit is contained in:
Fischer.json 2017-03-01 18:00:22 +08:00
parent 2a7202a0c1
commit 046c283c6f
2 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@
<description>&settings.description;</description>
<separator class="thin"/>
<hbox id="searchBoxContainer" align="center">
<label accesskey="&search.accesskey;" control="searchBox">&search.label;</label>
<textbox id="searchBox" type="search" flex="1"/>
<hbox id="searchBoxContainer">
<textbox id="searchBox" type="search" flex="1"
placeholder="&searchPlaceHolder;" accesskey="&searchPlaceHolder.accesskey;"/>
</hbox>
<separator class="thin"/>

View File

@ -7,8 +7,8 @@
<!ENTITY hostCol.label "Site">
<!ENTITY statusCol.label "Status">
<!ENTITY usageCol.label "Storage">
<!ENTITY search.label "Search:">
<!ENTITY search.accesskey "S">
<!ENTITY searchPlaceHolder "Search">
<!ENTITY searchPlaceHolder.accesskey "S">
<!ENTITY removeSelected.label "Remove Selected">
<!ENTITY removeSelected.accesskey "r">
<!ENTITY save.label "Save Changes">