From 421462bf24d393c80541c9fe537ce82f5636466d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Taro?= Date: Thu, 9 Jun 2016 23:41:49 +0200 Subject: [PATCH] Change tooltip of popup to CatBlock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Taro --- js/safari_bg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/safari_bg.js b/js/safari_bg.js index 1e81cb74..4421fc3c 100644 --- a/js/safari_bg.js +++ b/js/safari_bg.js @@ -141,7 +141,7 @@ if (!LEGACY_SAFARI) { safari.extension.toolbarItems[i].popover = popover; var toolbarItem = safari.extension.toolbarItems[i]; toolbarItem.popover = popover; - toolbarItem.toolTip = "AdBlock"; // change the tooltip on Safari 5.1+ + toolbarItem.toolTip = "CatBlock"; // change the tooltip on Safari 5.1+ toolbarItem.command = null; } }