mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Add default tooltip until i18n-ed
This commit is contained in:
parent
869a653fdf
commit
feb05f7e83
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<button id="logLevel" class="iconified notext" data-i18n-title="loggerLogLevelTip" type="button"><span class="fa-icon">volume-up</span><span class="hover"></span></button>
|
||||
<button id="logLevel" class="iconified notext" title="Toggle verbose mode" type="button"><span class="fa-icon">volume-up</span><span class="hover"></span></button>
|
||||
</div>
|
||||
<div>
|
||||
<button id="loggerStats" class="iconified notext" style="display: none;"><span class="fa-icon">bar-chart</span><span class="hover"></span></button>
|
||||
|
|
Loading…
Reference in a new issue