From 4c378bab7571a688eaebde5ec38c4970a46bd0ca Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Oct 2015 21:14:25 -0700 Subject: [PATCH] Fix error message. --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'