Topic: A couple of spellings and changes.

Apologies if noticed and not applied yet... or noticed and not changing. tongue

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

Re: A couple of spellings and changes.

Fixed.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: A couple of spellings and changes.

I missed one.
lang/English/install.php

'Database server info'        =>    'Enter the address of the database server (example: <em>localhost</em>, <em>db.myhost.com</em> or <em>192.168.0.15</em>). You can specify a custom port number if your database doesn\'t run on the default port (example: <em>localhost:3580</em>). For SQLite support, just enter anything or leave it at \'localhost\'.',

should be

'Database server info'        =>    'Enter the address of the database server (example: <em>localhost</em>, <em>db.example.com</em> or <em>208.77.188.166</em>). You can specify a custom port number if your database doesn\'t run on the default port (example: <em>localhost:3580</em>). For SQLite support, just enter anything or leave it at \'localhost\'.',

The IP is recommended as ip to use in documentation (example.com). Supposedly... tongue

Re: A couple of spellings and changes.

Fixed.

"Programming is like sex: one mistake and you have to support it for the rest of your life."