Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php |
— | — | @@ -108,19 +108,19 @@ |
109 | 109 | 'edittoolbar-help-content-ulist-syntax' => '* List item<br />* List item', |
110 | 110 | 'edittoolbar-help-content-ulist-result' => '<ul><li>List item</li><li>List item</li></ul>', |
111 | 111 | 'edittoolbar-help-content-olist-description' => 'Numbered list', |
112 | | - 'edittoolbar-help-content-olist-syntax' => '# List item', |
| 112 | + 'edittoolbar-help-content-olist-syntax' => '# List item<br /># List item', |
113 | 113 | 'edittoolbar-help-content-olist-result' => '<ol><li>List item</li><li>List item</li></ol>', |
114 | 114 | 'edittoolbar-help-content-file-description' => 'Embedded file', |
115 | 115 | 'edittoolbar-help-content-file-syntax' => '[[File:Wiki.png|thumb|Caption text]]', |
116 | 116 | 'edittoolbar-help-content-file-result' => "", |
117 | 117 | 'edittoolbar-help-content-reference-description' => 'Reference', |
118 | 118 | 'edittoolbar-help-content-reference-syntax' => 'Article text.<ref name="test">[http://www.example.org Link text], additional text.</ref>', |
119 | | - 'edittoolbar-help-content-reference-result' => "Aticle text <sup><a href='#'>[1]</a></sup>", |
| 119 | + 'edittoolbar-help-content-reference-result' => "Article text <sup><a href='#'>[1]</a></sup>", |
120 | 120 | 'edittoolbar-help-content-rereference-description' => 'Additional use of same reference', |
121 | | - 'edittoolbar-help-content-rereference-syntax' => '<ref name=\"test\" />', |
122 | | - 'edittoolbar-help-content-rereference-result' => "Aticle text <sup><a href='#'>[1]</a></sup>", |
| 121 | + 'edittoolbar-help-content-rereference-syntax' => '<ref name="test" />', |
| 122 | + 'edittoolbar-help-content-rereference-result' => "Article text <sup><a href='#'>[1]</a></sup>", |
123 | 123 | 'edittoolbar-help-content-showreferences-description' => 'Display references', |
124 | | - 'edittoolbar-help-content-showreferences-syntax' => '<references /> or {{Reflist}}', |
| 124 | + 'edittoolbar-help-content-showreferences-syntax' => '<references /> or {<!-- -->{Reflist}}', |
125 | 125 | 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a>, additional text.</li></ol>", |
126 | 126 | 'edittoolbar-help-content-signaturetimestamp-description' => 'Signature with timestamp', |
127 | 127 | 'edittoolbar-help-content-signaturetimestamp-syntax' => '~~~~', |