Slightly differnet default config.ban_date

This commit is contained in:
Savetheinternet 2011-11-23 16:27:48 +11:00
parent 814226f6d6
commit 5632a971ee

View File

@ -448,7 +448,7 @@
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// Same as above, but used for "you are banned' pages.
$config['ban_date'] = '%A, %e %B, %Y';
$config['ban_date'] = '%A %e %B, %Y';
// The names on the post buttons. (On most imageboards, these are both "Post")
$config['button_newtopic'] = 'New Topic';