Whoops, forgot to update messages with new type.

This commit is contained in:
Robert Stojnić 2009-01-01 01:02:48 +00:00
parent ecbb8ed97c
commit 226f5c0acf

View file

@ -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',