From 64bce9157797cdca15e1b5e3cafaec472d800290 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 21 Feb 2019 14:28:43 -0500 Subject: [PATCH] Generic menu button tooltip and tweak menu item cursors --- _locales/en/messages.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f2d2abe8..87a5a533 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1035,6 +1035,10 @@ "message": "Stylus failed to parse usercss:", "description": "The error message to show when stylus failed to parse usercss" }, + "popupAutoResort": { + "message": "Resort styles in popup after toggling", + "description": "Label for the checkbox controlling popup resorting." + }, "popupBorders": { "message": "Add white borders on the sides" }, @@ -1053,6 +1057,10 @@ "message": "Shift-click or right-click opens manager with styles applicable for current site", "description": "Tooltip for the 'Manage' button in the popup." }, + "popupMenuButtonTooltip": { + "message": "Action menu", + "description": "Tooltip for menu button in popup." + }, "popupOpenEditInWindow": { "message": "Open editor in a new window", "description": "Label for the checkbox controlling 'edit' action behavior in the popup." @@ -1065,10 +1073,6 @@ "message": "Styles before commands", "description": "Label for the checkbox controlling section order in the popup." }, - "popupAutoResort": { - "message": "Resort styles in popup after toggling", - "description": "Label for the checkbox controlling popup resorting." - }, "prefShowBadge": { "message": "Number of styles active for the current site", "description": "Label for the checkbox controlling toolbar badge text."