Fix error message.
This commit is contained in:
parent
dea595e367
commit
4c378bab75
@ -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.'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user