mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 03:04:52 +00:00
Whoops, forgot to update messages with new type.
This commit is contained in:
parent
ecbb8ed97c
commit
226f5c0acf
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue