Grammar fix
This commit is contained in:
parent
b1679c4082
commit
8170d18c25
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ define('L_SQL_CONNECT', 'SQL Connection Error'); // Error while connecting to My
|
|||
define('L_UDB_EXISTS', 'updatedb.php exists, either you didn\'t remove it or the unlink function failed to.'); // Display if updatedb.php exists
|
||||
define('L_INVALIDCAPTCHA', 'Verification failed'); // Message displayed when captcha is wrong
|
||||
define('L_DEL_SUCCEED', 'Successfully deleted!'); // Message displayed when post is deleted
|
||||
define('L_DEL_FAILED', 'Failed to deleted.'); // Message displayed when post isn't deleted
|
||||
define('L_DEL_FAILED', 'Failed to delete.'); // Message displayed when post isn't deleted
|
||||
define('L_USERBANNEDMSG', 'You are banned from posting on this board.'); // Message displayed on top of the board when IP is banned
|
||||
define('L_USERBANNED', 'Couldn\'t complete this action because IP is banned.'); // Message displayed when trying to access a restricted page
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue