Fix error message.

This commit is contained in:
ccd0 2015-10-28 21:14:25 -07:00
parent dea595e367
commit 4c378bab75

View File

@ -623,7 +623,7 @@ QR =
else if g.BOARD.threads[threadID].isClosed
err = 'You can\'t reply to this thread anymore.'
else unless post.com or post.file
err = 'No file selected.'
err = 'No comment or file.'
else if post.file and thread.fileLimit
err = 'Max limit of image replies has been reached.'