Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -652,8 +652,8 @@ |
653 | 653 | 'tog-shownumberswatching' => 'Show the number of watching users', |
654 | 654 | 'tog-oldsig' => 'Preview of existing signature:', |
655 | 655 | 'tog-fancysig' => 'Treat signature as wikitext (without an automatic link)', |
656 | | -'tog-externaleditor' => 'Use external editor by default (for experts only, needs special settings on your computer)', |
657 | | -'tog-externaldiff' => 'Use external diff by default (for experts only, needs special settings on your computer)', |
| 656 | +'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.])', |
| 657 | +'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.])', |
658 | 658 | 'tog-showjumplinks' => 'Enable "jump to" accessibility links', |
659 | 659 | 'tog-uselivepreview' => 'Use live preview (requires JavaScript) (experimental)', |
660 | 660 | 'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -98,7 +98,8 @@ |
99 | 99 | * (bug 26449) Keep underlines from headings outside of tables and thumbs by |
100 | 100 | adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching). |
101 | 101 | * (bug 26708) Remove background-color:white from tables in Monobook and Vector. |
102 | | -* (bug 26781) {{PAGENAME}} and related parser functions escape their output better |
| 102 | +* (bug 26781) {{PAGENAME}} and related parser functions escape their output better. |
| 103 | +* (bug 26716) Provide link to instructions for external editor related preferences. |
103 | 104 | |
104 | 105 | === API changes in 1.18 === |
105 | 106 | * (bug 26339) Throw warning when truncating an overlarge API result |