From d8a7428bd83e074182e106df71144030b3961ffe Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 20 Jan 2011 01:04:02 +0000 Subject: [PATCH] (bug 26716) Provide a link for setup instructions for external editor related preferences. As it stands no one really knows what they do. This can cause confusion if they get accidently checked or whatever. Personally I think we should maybe remove these preferences altogether, since external editor can be used without them, and its unclear how many people use it, but that requires more research into how popular the pref is, etc. --- RELEASE-NOTES | 3 ++- languages/messages/MessagesEn.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 53c7df3b1b..5cba9de762 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -98,7 +98,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 26449) Keep underlines from headings outside of tables and thumbs by adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching). * (bug 26708) Remove background-color:white from tables in Monobook and Vector. -* (bug 26781) {{PAGENAME}} and related parser functions escape their output better +* (bug 26781) {{PAGENAME}} and related parser functions escape their output better. +* (bug 26716) Provide link to instructions for external editor related preferences. === API changes in 1.18 === * (bug 26339) Throw warning when truncating an overlarge API result diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 2dd951f3ed..2b33b1e600 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -652,8 +652,8 @@ XHTML id names. 'tog-shownumberswatching' => 'Show the number of watching users', 'tog-oldsig' => 'Preview of existing signature:', 'tog-fancysig' => 'Treat signature as wikitext (without an automatic link)', -'tog-externaleditor' => 'Use external editor by default (for experts only, needs special settings on your computer)', -'tog-externaldiff' => 'Use external diff by default (for experts only, needs special settings on your computer)', +'tog-externaleditor' => 'Use external editor by default (for experts only, needs special settings on your computer. [http://www.mediawiki.org/wiki/Manual:External_editors More information.])', +'tog-externaldiff' => 'Use external diff by default (for experts only, needs special settings on your computer. [http://www.mediawiki.org/wiki/Manual:External_editors More information.])', 'tog-showjumplinks' => 'Enable "jump to" accessibility links', 'tog-uselivepreview' => 'Use live preview (requires JavaScript) (experimental)', 'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary', -- 2.20.1