Grammar fix

This commit is contained in:
kamil0 2014-11-10 16:47:04 -05:00
parent b1679c4082
commit 8170d18c25

View file

@ -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