Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.i18n.php |
— | — | @@ -176,9 +176,6 @@ |
177 | 177 | 'wikieditor-toolbar-help-content-xlink-description' => 'External link', |
178 | 178 | 'wikieditor-toolbar-help-content-xlink-syntax' => '[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org', |
179 | 179 | 'wikieditor-toolbar-help-content-xlink-result' => "<a href='#' class='external'>Link label</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>", |
180 | | - 'wikieditor-toolbar-help-content-heading1-description' => '1st level heading', |
181 | | - 'wikieditor-toolbar-help-content-heading1-syntax' => '= Heading text =', |
182 | | - 'wikieditor-toolbar-help-content-heading1-result' => '<h1>Heading text</h1>', |
183 | 180 | 'wikieditor-toolbar-help-content-heading2-description' => '2nd level heading', |
184 | 181 | 'wikieditor-toolbar-help-content-heading2-syntax' => '== Heading text ==', |
185 | 182 | 'wikieditor-toolbar-help-content-heading2-result' => '<h2>Heading text</h2>', |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.js |
— | — | @@ -824,11 +824,6 @@ |
825 | 825 | ], |
826 | 826 | rows: [ |
827 | 827 | { |
828 | | - 'description': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-description' }, |
829 | | - 'syntax': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-syntax' }, |
830 | | - 'result': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-result' } |
831 | | - }, |
832 | | - { |
833 | 828 | 'description': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-description' }, |
834 | 829 | 'syntax': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-syntax' }, |
835 | 830 | 'result': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-result' } |