Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Add tooltip to Recipes button #981

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"message": "Revert temporary changes for this scope",
"description": "Tool tip for the revert local permission button"
},
"matrixRecipesButtonTip" : {
"message": "Import ruleset recipes into this scope",
"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"
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--><span class="scope" id="globalScope" data-scope="*" data-i18n-tip="matrixGlobalScopeTip"><span><span>&#x2217;</span></span></span>
<button id="mtxSwitch_matrix-off" type="button" class="fa scopeRel tip-anchor-left" data-i18n-tip="matrixMtxButtonTip">&#xf011;<span class="badge"></span></button>
<button id="buttonMtxSwitches" type="button" class="fa scopeRel" tabindex="-1" data-dropdown-menu="dropDownMenuSwitches">&#xf142;<span class="badge"></span></button>
<button id="buttonRecipes" type="button" class="fa scopeRel tip-anchor-right" data-dropdown-menu="dropDownMenuRecipes">&#xf12e;<span class="badge"></span></button>
<button id="buttonRecipes" type="button" class="fa scopeRel tip-anchor-right" data-i18n-tip="matrixRecipesButtonTip" data-dropdown-menu="dropDownMenuRecipes">&#xf12e;<span class="badge"></span></button>
<button id="buttonPersist" type="button" class="fa scopeRel tip-anchor-left" data-i18n-tip="matrixPersistButtonTip">&#xf023;<span class="badge"></span></button>
<button id="buttonRevertScope" type="button" class="fa scopeRel tip-anchor-left" tabindex="-1" data-i18n-tip="matrixRevertButtonTip">&#xf12d;</button>
</div>
Expand Down