Index: trunk/extensions/InputBox/InputBox.i18n.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'inputbox-desc' => 'Allow inclusion of predefined HTML forms', |
19 | 19 | 'inputbox-error-no-type' => 'You have not specified the type of input box to create.', |
20 | 20 | 'inputbox-error-bad-type' => 'Input box type "$1" not recognised. |
21 | | -Please specify "create", "comment", "search" or "search2".', |
| 21 | +Please specify "create", "comment", "search", "search2" or "fulltext".', |
22 | 22 | 'tryexact' => 'Try exact match', |
23 | 23 | 'searchfulltext' => 'Search full text', |
24 | 24 | 'createarticle' => 'Create page', |