From b3d99a638cc9cd22af401d3ce2e08c7504ec0c2e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 18 Aug 2014 11:25:56 -0700 Subject: [PATCH] fix inverted post-to-like copy --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0b918d425a3..56c4577c7ab 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1325,9 +1325,9 @@ en: posts_long: "there are {{number}} posts in this topic" posts_likes_MF: | This topic has {count, plural, one {1 post} other {# posts}} {ratio, select, - low {with a high post to like ratio} - med {with a very high post to like ratio} - high {with an extremely high post to like ratio} + low {with a high like to post ratio} + med {with a very high like to post ratio} + high {with an extremely high like to post ratio} other {}} original_post: "Original Post" views: "Views"