Fix error message.
This commit is contained in:
parent
dea595e367
commit
4c378bab75
@ -623,7 +623,7 @@ QR =
|
|||||||
else if g.BOARD.threads[threadID].isClosed
|
else if g.BOARD.threads[threadID].isClosed
|
||||||
err = 'You can\'t reply to this thread anymore.'
|
err = 'You can\'t reply to this thread anymore.'
|
||||||
else unless post.com or post.file
|
else unless post.com or post.file
|
||||||
err = 'No file selected.'
|
err = 'No comment or file.'
|
||||||
else if post.file and thread.fileLimit
|
else if post.file and thread.fileLimit
|
||||||
err = 'Max limit of image replies has been reached.'
|
err = 'Max limit of image replies has been reached.'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user