Topic: A couple of spellings and changes.
Apologies if noticed and not applied yet... or noticed and not changing.
Line 142 /lang/English/admin.php
'E-mail/domain info' => 'The e-mail or e-mail domain you wish to ban (e.g. someone@somewhere.com or somewhere.com). See "Allow registration with banned e-mail addresses" in Settings/Registration for more info.'
Should be
'E-mail/domain info' => 'The e-mail or e-mail domain you wish to ban (e.g. example@example.com or example.com). See "Allow registration with banned e-mail addresses" in Settings/Registration for more info.'
Line 6 /lang/English/post.php
// Post validation stuff (many are similiar to those in edit.php)
should be
// Post validation stuff (many are similar to those in edit.php)
Line 59 /lan/English/install.php
'Base URL info' => 'Please pay particular attention when entering your Base URL. You must set the correct Base URL or your forum will not work properly. The Base URL is the URL (without trailing slash) of your PunBB forum (example: <em>http://forum.myhost.com</em> or <em>http://myhost.com/~myuser</em>). Please note that the preset value below is just an educated guess by PunBB.',
should be
'Base URL info' => 'Please pay particular attention when entering your Base URL. You must set the correct Base URL or your forum will not work properly. The Base URL is the URL (without trailing slash) of your PunBB forum (example: <em>http://forum.example.com</em> or <em>http://example.com/~myuser</em>). Please note that the preset value below is just an educated guess by PunBB.',