Bug 1303259 - Add tooltip to awesomebar results popup's search settings button. r=florian

This commit is contained in:
Dão Gottwald 2016-09-16 19:08:20 +02:00
parent 548f7778a1
commit f34c930bf6
2 changed files with 2 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@
<xul:button anonid="search-settings-compact"
oncommand="showSettings();"
class="searchbar-engine-one-off-item search-setting-button-compact"
aria-label="&changeSearchSettings.button;"
tooltiptext="&changeSearchSettings.tooltip;"
xbl:inherits="compact"/>
</xul:description>
<xul:vbox anonid="add-engines"/>

View File

@ -456,6 +456,7 @@ These should match what Safari and other Apple applications use on OS X Lion. --
This string won't wrap, so if the translated string is longer,
consider translating it as if it said only "Search Settings". -->
<!ENTITY changeSearchSettings.button "Change Search Settings">
<!ENTITY changeSearchSettings.tooltip "Change search settings">
<!ENTITY searchInNewTab.label "Search in New Tab">
<!ENTITY searchInNewTab.accesskey "T">