Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi

This commit is contained in:
aceman 2011-11-26 14:07:52 +01:00
parent b292e37874
commit 7c06d7480d
2 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@
<keyset id="configTreeKeyset" disabled="true">
<key keycode="VK_ENTER" oncommand="ModifySelected();"/>
<key keycode="VK_RETURN" oncommand="ModifySelected();"/>
<key key="&focusFilter.key;" modifiers="accel" oncommand="document.getElementById('textbox').focus();"/>
<key key="&focusSearch.key;" modifiers="accel" oncommand="document.getElementById('textbox').focus();"/>
</keyset>
<deck id="configDeck" flex="1">
<vbox id="warningScreen" flex="1" align="center" style="overflow: auto;">
@ -101,12 +101,12 @@
</vbox>
<vbox flex="1">
<hbox id="filterRow" align="center">
<label value="&filterPrefs.label;" accesskey="&filterPrefs.accesskey;" control="textbox"/>
<label value="&searchPrefs.label;" accesskey="&searchPrefs.accesskey;" control="textbox"/>
<textbox id="textbox" flex="1" type="search" class="compact"
aria-controls="configTree"
oncommand="FilterPrefs();"/>
</hbox>
<tree id="configTree" flex="1" seltype="single"
onselect="updateCommands('select');"
enableColumnDrag="true" context="configContext">

View File

@ -43,9 +43,9 @@
<!ENTITY aboutWarningButton.label "I'll be careful, I promise!">
<!ENTITY aboutWarningCheckbox.label "Show this warning next time">
<!ENTITY filterPrefs.label "Filter:">
<!ENTITY filterPrefs.accesskey "F">
<!ENTITY focusFilter.key "f">
<!ENTITY searchPrefs.label "Search:">
<!ENTITY searchPrefs.accesskey "r">
<!ENTITY focusSearch.key "r">
<!-- Columns -->
<!ENTITY prefColumn.label "Preference Name">