Add tooltip of langage list on toolbar popup
This commit is contained in:
parent
d717bd3b2c
commit
d1a9966689
|
@ -69,7 +69,7 @@
|
|||
<div id=footer>
|
||||
<div id=link></div>
|
||||
<div class=selectWrap>
|
||||
<select id="langList"></select>
|
||||
<select id="langList" title="Target language"></select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ setTitles();
|
|||
function setTitles(){
|
||||
document.getElementById('donate').title = browser.i18n.getMessage('donateWithPaypalLabel');
|
||||
document.getElementById("setting").title = browser.i18n.getMessage('settingsLabel');
|
||||
document.getElementById("langList").title = browser.i18n.getMessage('targetLangLabel');
|
||||
}
|
||||
|
||||
function alphabeticallySort(a, b) {
|
||||
|
|
Loading…
Reference in a new issue