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 @@
-
+