Formatting of messages and message files. No content changes.

This commit is contained in:
Siebrand Mazeland 2008-03-21 23:44:24 +00:00
parent 66f350ab78
commit 87b81fe438

View file

@ -17,8 +17,7 @@ $messages['en'] = array(
'imagemap_no_link' => '<imagemap>: no valid link was found at the end of line $1',
'imagemap_invalid_title' => '<imagemap>: invalid title in link at line $1',
'imagemap_missing_coord' => '<imagemap>: not enough coordinates for shape at line $1',
'imagemap_unrecognised_shape' => '<imagemap>: unrecognised shape at line $1, each line must start with one of: '.
'default, rect, circle or poly',
'imagemap_unrecognised_shape' => '<imagemap>: unrecognised shape at line $1, each line must start with one of: default, rect, circle or poly',
'imagemap_no_areas' => '<imagemap>: at least one area specification must be given',
'imagemap_invalid_coord' => '<imagemap>: invalid coordinate at line $1, must be a number',
'imagemap_invalid_desc' => '&lt;imagemap&gt;: invalid desc specification, must be one of: <tt>$1</tt>',