From 5b66c98ab8902e02fd6da187f7072704021ad434 Mon Sep 17 00:00:00 2001 From: Jan Drewniak Date: Wed, 12 Oct 2016 14:47:15 +0200 Subject: [PATCH] Adding SITENAME to search box placeholder Changing the search box placeholder from just reading "Search" to "Search {{SITENAME}}". This label is more explicit. It is also consistent with the MobileFrontend search box placeholder. Bug: T144640 Change-Id: I67a21f1e13c6326aede90b19bc68410df48a8aa0 --- languages/i18n/en.json | 2 +- languages/i18n/qqq.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d10749dc1a..3ff031fcf7 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3922,7 +3922,7 @@ "feedback-thanks": "Thanks! Your feedback has been posted to the page \"[$2 $1]\".", "feedback-thanks-title": "Thank you!", "feedback-useragent": "User agent:", - "searchsuggest-search": "Search", + "searchsuggest-search": "Search {{SITENAME}}", "searchsuggest-containing": "containing...", "api-error-autoblocked": "Your IP address has been blocked automatically, because it was used by a blocked user.", "api-error-badaccess-groups": "You are not permitted to upload files to this wiki.", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 96f8c38766..88e6e4227e 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4106,7 +4106,7 @@ "feedback-thanks": "Thanks message, appears if feedback was successful. Parameters:\n* $1 - \"Feedback\"\n* $2 - Feedback page URL", "feedback-thanks-title": "The title of the thank you dialog at the end of the submission process.\n{{Identical|Thank you}}", "feedback-useragent": "A label denoting the user agent in the feedback that is posted to the feedback page.\n{{Identical|User agent}}", - "searchsuggest-search": "Greyed out default text in the simple search box in the Vector skin. (It disappears and lets the user enter the requested search terms when the search box receives focus.)\n\n{{Identical|Search}}", + "searchsuggest-search": "Greyed out default text in the simple search box in the Vector skin. (It disappears and lets the user enter the requested search terms when the search box receives focus.)", "searchsuggest-containing": "Label used in the special item of the search suggestions list which gives the user an option to perform a full text search for the term.", "api-error-autoblocked": "API error message that can be used for client side localisation of API errors.\n\nCf. {{msg-mw|Autoblockedtext}}.", "api-error-badaccess-groups": "API error message that can be used for client side localisation of API errors.", -- 2.20.1