1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

#671: added tooltips for persist/revert buttons in advanced panel

This commit is contained in:
gorhill 2015-12-18 11:09:44 -05:00
parent a862376104
commit ee58cb8d54
2 changed files with 9 additions and 1 deletions

View File

@ -99,6 +99,14 @@
"message":"Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
"description":"Tooltip when hovering the top-most cell of the local-rules column."
},
"popupTipSaveRules":{
"message":"Click to make your changes permanent.",
"description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
},
"popupTipRevertRules":{
"message":"Click to revert your changes.",
"description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
},
"popupAnyRulePrompt":{
"message":"all",
"description":""

View File

@ -41,7 +41,7 @@
<div><span data-i18n="popup1pScriptRulePrompt"></span><span data-src="/" data-des="*" data-type="1p-script"> </span><span data-src="." data-des="*" data-type="1p-script"> </span></div>
<div><span data-i18n="popup3pScriptRulePrompt"></span><span data-src="/" data-des="*" data-type="3p-script"> </span><span data-src="." data-des="*" data-type="3p-script"> </span></div>
<div><span data-i18n="popup3pFrameRulePrompt"></span><span data-src="/" data-des="*" data-type="3p-frame"> </span><span data-src="." data-des="*" data-type="3p-frame"> </span></div>
</div><div id="rulesetTools"><span id="saveRules" class="fa">&#xf023;</span><span id="revertRules" class="fa">&#xf12d;</span></div>
</div><div id="rulesetTools"><span id="saveRules" class="fa" data-i18n-tip="popupTipSaveRules" data-tip-position="under">&#xf023;</span><span id="revertRules" class="fa" data-i18n-tip="popupTipRevertRules" data-tip-position="under">&#xf12d;</span></div>
</div>
</div>