From ee58cb8d54ad9920b0af1e97a11b454be2ac7b5a Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 18 Dec 2015 11:09:44 -0500 Subject: [PATCH] #671: added tooltips for persist/revert buttons in advanced panel --- src/_locales/en/messages.json | 8 ++++++++ src/popup.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index e42b2792d..8facea567 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -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":"" diff --git a/src/popup.html b/src/popup.html index 1ca5c9767..97a110a2f 100644 --- a/src/popup.html +++ b/src/popup.html @@ -41,7 +41,7 @@
-
+