From 2e1cda35320f94b9c2e23e62dca0dbc5b93057de Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 26 Jun 2014 13:30:43 -0400 Subject: [PATCH] added lang strings for not having enough rep to downvote --- public/language/en_GB/error.json | 6 ++++-- public/language/en_US/error.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/language/en_GB/error.json b/public/language/en_GB/error.json index 00b9d53fc0..b937455c7e 100644 --- a/public/language/en_GB/error.json +++ b/public/language/en_GB/error.json @@ -72,5 +72,7 @@ "signature-too-long" : "Signature can't be longer than %1 characters!", - "cant-chat-with-yourself": "You can't chat with yourself!" -} + "cant-chat-with-yourself": "You can't chat with yourself!", + + "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" +} \ No newline at end of file diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json index 8a87d80b1e..425e44ffd0 100644 --- a/public/language/en_US/error.json +++ b/public/language/en_US/error.json @@ -50,5 +50,6 @@ "uploads-are-disabled": "Uploads are disabled", "upload-error": "Upload Error : %1", "signature-too-long": "Signature can't be longer than %1 characters!", - "cant-chat-with-yourself": "You can't chat with yourself!" + "cant-chat-with-yourself": "You can't chat with yourself!", + "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" } \ No newline at end of file