From ac0a3f17cf46b7733fcc1d0cef65febb1d04b7b6 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 29 Nov 2018 11:09:34 +0100 Subject: [PATCH] i18n: Clarify the default sidebar 'Help' link is about MediaWiki itself Enough users of third-party MediaWiki installations seem to think it is a link to a help forum for the topic of that installation, and not for MediaWiki. Bug: T209335 Change-Id: I6614b7a5c06de3ffca7ddbb10ea75450e7c6f183 --- languages/i18n/en.json | 3 ++- languages/i18n/qqq.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index b2a755dbcd..2e545af740 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2,7 +2,7 @@ "@metadata": { "authors": [] }, - "sidebar": "\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n* SEARCH\n* TOOLBOX\n* LANGUAGES", + "sidebar": "\n* navigation\n** mainpage|mainpage-description\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help-mediawiki\n* SEARCH\n* TOOLBOX\n* LANGUAGES", "tog-underline": "Link underlining:", "tog-hideminor": "Hide minor edits from recent changes", "tog-hidepatrolled": "Hide patrolled edits from recent changes", @@ -159,6 +159,7 @@ "returnto": "Return to $1.", "tagline": "From {{SITENAME}}", "help": "Help", + "help-mediawiki": "Help about MediaWiki", "search": "Search", "search-ignored-headings": " #
\n# Headings that will be ignored by search.\n# Changes to this take effect as soon as the page with the heading is indexed.\n# You can force page reindexing by doing a null edit.\n# The syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment.\n#   * Every non-blank line is the exact title to ignore, case and everything.\nReferences\nExternal links\nSee also\n #
", "searchbutton": "Search", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 26fed9465f..b890c7f0e7 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -361,7 +361,8 @@ "errorpagetitle": "Message shown in browser title bar when encountering error operation.\n\n{{Identical|Error}}", "returnto": "{{Identical|Return to $1}}", "tagline": "{{doc-important|Do not change {{SITENAME}}.}}\nUsed to identify the source of copied information.", - "help": "General text (noun) used in the sidebar (by default).\n\nSee also {{msg-mw|Helppage}} and {{msg-mw|Edithelp}}.\n\nSee also:\n* {{msg-mw|Help}}\n* {{msg-mw|Accesskey-n-help}}\n* {{msg-mw|Tooltip-n-help}}\n{{Identical|Help}}", + "help": "General text (noun).\n\nSee also {{msg-mw|Helppage}} and {{msg-mw|Edithelp}}.\n\nSee also:\n* {{msg-mw|Help}}\n* {{msg-mw|Accesskey-n-help}}\n* {{msg-mw|Tooltip-n-help}}\n{{Identical|Help}}", + "help-mediawiki": "Text ('Help' is a noun) used in the sidebar (by default) to link to the MediaWiki help on mediawiki.org.", "search": "{{doc-special|Search}}\nNoun. Text of menu section shown on every page of the wiki above the search form.\n\nSee also:\n* {{msg-mw|Search}}\n* {{msg-mw|Accesskey-search}}\n* {{msg-mw|Tooltip-search}}\n{{Identical|Search}}", "search-ignored-headings": "Headings that will be ignored by search. You can translate the text, including \"Leave this line exactly as it is\". Some lines of this messages have one (1) leading space.", "searchbutton": "The button you can see in the sidebar, below the search input box. The \"Go\" button is {{msg-mw|Searcharticle}}.\n{{Identical|Search}}", -- 2.20.1