From 226f5c0acfd2492c8c8d9fccb507cec1474a7bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Stojni=C4=87?= Date: Thu, 1 Jan 2009 01:02:48 +0000 Subject: [PATCH] Whoops, forgot to update messages with new type. --- InputBox.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',