Index: trunk/extensions/TreeAndMenu/TreeAndMenu.i18n.php |
— | — | @@ -10,8 +10,8 @@ |
11 | 11 | |
12 | 12 | /** English */ |
13 | 13 | $messages['en'] = array( |
14 | | - 'treeandmenu-desc' => "Adds <code><nowiki>#tree</nowiki></code> and <code><nowiki>#menu</nowiki></code> parser functions which contain bullet-lists to be rendered as collapsible treeview's or dropdown menus. |
15 | | -The treeview's use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu, and the dropdown menu's use [http://www.htmldog.com/articles/suckerfish/dropdowns/ Son of Suckerfish]", |
| 14 | + 'treeandmenu-desc' => "Adds <code><nowiki>#tree</nowiki></code> and <code><nowiki>#menu</nowiki></code> parser functions which contain bullet-lists to be rendered as collapsible treeviews or dropdown menus. |
| 15 | +The treeviews use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu, and the dropdown menus use [http://www.htmldog.com/articles/suckerfish/dropdowns/ Son of Suckerfish]", |
16 | 16 | ); |
17 | 17 | |
18 | 18 | /** Message documentation (Message documentation) |