зеркало из https://github.com/mozilla/gecko-dev.git
Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi
This commit is contained in:
Родитель
6f23bb883b
Коммит
7c6a6339fd
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче