diff --git a/InputBox.i18n.php b/InputBox.i18n.php index 4d663d00..30e10426 100644 --- a/InputBox.i18n.php +++ b/InputBox.i18n.php @@ -17,7 +17,7 @@ $messages['en'] = array( 'inputbox-desc' => 'Allow inclusion of predefined HTML forms', 'inputbox-error-no-type' => 'You have not specified the type of input box to create.', 'inputbox-error-bad-type' => 'Input box type "$1" not recognised. -Please specify "create", "comment", "search" or "search2".', +Please specify "create", "comment", "search", "search2" or "fulltext".', 'tryexact' => 'Try exact match', 'searchfulltext' => 'Search full text', 'createarticle' => 'Create page',