diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c1a7b3b9..c1afc23a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -739,9 +739,9 @@ "message": "Search contents", "description": "Label for the search filter textbox on the Manage styles page" }, - "searchStylesTooltip": { - "message": "To show styles for a URL, prefix it with 'url:'\nFor example, url:https://github.com/openstyles/stylus", - "description": "Label for the search filter textbox on the Manage styles page" + "searchStylesHelp": { + "message": " key focuses the search field.\nPlain text: search within the name, code, homepage URL and sites it is applied to. Words with less than 3 letters are ignored.\nMatching URL: prefix the search with , e.g. \nRegular expressions: include slashes and flags, e.g. \nExact words: wrap the query in double quotes, e.g. <\".header ~ div\">", + "description": "Text in the minihelp displayed when clicking (i) icon to the right of the search input field on the Manage styles page" }, "sectionAdd": { "message": "Add another section", diff --git a/edit.html b/edit.html index 7efc20ce..a1a712ce 100644 --- a/edit.html +++ b/edit.html @@ -74,7 +74,7 @@