diff options
author | gorhill <rhill@raymondhill.net> | 2015-10-15 19:54:35 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-10-15 19:54:35 -0400 |
commit | 876c6b3658263b8b2891bbac555a838ea5084ff9 (patch) | |
tree | f201569c27f6bdeefa047882d48a15d777bc14e6 /src | |
parent | c349511a7b98e8dc1a9c2ff3fdfa35d8b06ff2dd (diff) | |
download | uBlock-876c6b3658263b8b2891bbac555a838ea5084ff9.zip uBlock-876c6b3658263b8b2891bbac555a838ea5084ff9.tar.gz uBlock-876c6b3658263b8b2891bbac555a838ea5084ff9.tar.bz2 |
use custom tooltip for title bar (see #830)
Diffstat (limited to 'src')
-rw-r--r-- | src/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup.html b/src/popup.html index f3c8c70..62f0b07 100644 --- a/src/popup.html +++ b/src/popup.html @@ -10,7 +10,7 @@ </head> <body> -<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"> </span> <span id="version"> </span></a> +<a href="dashboard.html" target="_blank" id="gotoPrefs" data-i18n-tip="popupTipDashboard" data-tip-position="under"><span id="appname"> </span> <span id="version"> </span></a> <div id="panes"> <div> <p id="switch" data-i18n-tip="popupPowerSwitchInfo" data-tip-position="under"><span class="fa"></span></p> |