From 2a40c044801150b091d6491a5ddaa81cf576565d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 13 Jul 2014 02:54:39 -0700 Subject: [PATCH] don't need "new" here --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index c302b353ca1..29bb78b889b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -228,8 +228,8 @@ en: all_subcategories: "all" no_subcategory: "none" category: "Category" - posts: "New Posts" - topics: "New Topics" + posts: "Posts" + topics: "Topics" latest: "Latest" latest_by: "latest by" toggle_ordering: "toggle ordering control"