From 8c0841dd8fe9bb71da8ba072d6f6019edc60c007 Mon Sep 17 00:00:00 2001
From: Kane York <rikingcoding@gmail.com>
Date: Wed, 21 May 2014 13:40:13 -0700
Subject: [PATCH] Copy: Change {x} new topics -> {x} new posts

---
 config/locales/client.en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index aa1accefb..67301565c 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -148,7 +148,7 @@ en:
       last_read: "this is the last post you've read; click to bookmark it"
       remove: "Remove Bookmark"
 
-    new_topics_inserted: "{{count}} new topics."
+    new_topics_inserted: "{{count}} new posts."
     show_new_topics: "Click to show."
     preview: "preview"
     cancel: "cancel"