mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
#671: added tooltips for persist/revert buttons in advanced panel
This commit is contained in:
parent
a862376104
commit
ee58cb8d54
@ -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":""
|
||||
|
@ -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"></span><span id="revertRules" class="fa"></span></div>
|
||||
</div><div id="rulesetTools"><span id="saveRules" class="fa" data-i18n-tip="popupTipSaveRules" data-tip-position="under"></span><span id="revertRules" class="fa" data-i18n-tip="popupTipRevertRules" data-tip-position="under"></span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user