diff options
author | papush | 2021-05-01 01:11:00 +0200 |
---|---|---|
committer | papush | 2021-05-01 01:11:00 +0200 |
commit | c52888b5c2865d7e4ee414888bc0da89c8ba5446 (patch) | |
tree | 3a15f766315a45fdca6e731b222b91b30be4813a /chrome/browserOverlay.xul | |
parent | 8183e6fee716b503da0350eddde7e1355146fed5 (diff) |
rebrand
Diffstat (limited to 'chrome/browserOverlay.xul')
-rw-r--r-- | chrome/browserOverlay.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browserOverlay.xul b/chrome/browserOverlay.xul index a8dda3c..50e0cde 100644 --- a/chrome/browserOverlay.xul +++ b/chrome/browserOverlay.xul @@ -22,9 +22,9 @@ <statusbar id="status-bar"> <statusbarpanel id="redirector-status"> <image id="redirector-statusbar-img" src="chrome://redirector/content/images/statusactive.png" - tooltiptext="Redirector is enabled;" + tooltiptext="URL Rewriter is enabled;" style="width:16px; height:16px;" onclick="RedirectorOverlay.statusBarClick(event);" /> </statusbarpanel> </statusbar> -</overlay>
\ No newline at end of file +</overlay> |