From 9266d6bbc57a09044558499b7a6189ab72ff2274 Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 17 Jul 2018 16:40:01 +0300 Subject: [PATCH] clarify help text for url: search --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index afc85afb..bab7d3b9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -821,7 +821,7 @@ "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\">", + "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.\nStyles matching a full 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": {