From 803136330594e54c9d3a3a498e29eeaa8b309490 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 22 Mar 2018 12:40:15 -0400 Subject: [PATCH 1/3] Add tooltip to recipes button --- src/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.html b/src/popup.html index ca4a6a0c..f9e7a20c 100644 --- a/src/popup.html +++ b/src/popup.html @@ -21,7 +21,7 @@ - +
From 68f2c5a59859fe3a986a398a46ab5729fd733472 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 22 Mar 2018 12:43:23 -0400 Subject: [PATCH 2/3] Add tooltip for recipes button I'm not sure if this is how I'm supposed to do this, please correct me if I am in error. --- src/_locales/en/messages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index b007b4b9..d556563e 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -111,6 +111,10 @@ "message": "Revert temporary changes for this scope", "description": "Tool tip for the revert local permission button" }, + "matrixRecipesButtonTip" : { + "message": "Available recipes for this site", + "description": "Tool tip for the recipes button" + }, "matrixReloadButton" : { "message": "Reload the page. \nPress Shift to bypass the browser cache.", "description": "Tool tip for the reload button" From 57e4c8c7fc6bc291970b4c39e08a2162e7de32f3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 26 Mar 2018 22:25:32 -0400 Subject: [PATCH 3/3] Update tooltip text --- src/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index d556563e..9c9e7f14 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -112,7 +112,7 @@ "description": "Tool tip for the revert local permission button" }, "matrixRecipesButtonTip" : { - "message": "Available recipes for this site", + "message": "Import ruleset recipes into this scope", "description": "Tool tip for the recipes button" }, "matrixReloadButton" : {