diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index e78d62a35..2064b69c5 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -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.'