From 711dff1dd0b0eefe8c8dabaa7dd6776060fcd29b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 19 Feb 2015 15:05:35 -0500 Subject: [PATCH] added language strings for #2601 --- public/language/en_GB/category.json | 1 + public/language/en_GB/topic.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/language/en_GB/category.json b/public/language/en_GB/category.json index 22d72c3064..3e131894bd 100644 --- a/public/language/en_GB/category.json +++ b/public/language/en_GB/category.json @@ -1,5 +1,6 @@ { "new_topic_button": "New Topic", + "guest-login-post": "Log in to post", "no_topics": "There are no topics in this category.
Why don't you try posting one?", "browsing": "browsing", diff --git a/public/language/en_GB/topic.json b/public/language/en_GB/topic.json index 5fc5863225..1bfdbb25ea 100644 --- a/public/language/en_GB/topic.json +++ b/public/language/en_GB/topic.json @@ -15,6 +15,7 @@ "notify_me": "Be notified of new replies in this topic", "quote": "Quote", "reply": "Reply", + "guest-login-reply": "Log in to reply", "edit": "Edit", "delete": "Delete", "purge": "Purge",