From 44d0d809f7574bc8c91bd4a4c1c02ffd85fda97a Mon Sep 17 00:00:00 2001 From: /u/rolmos Date: Mon, 15 Jul 2013 13:42:44 -0700 Subject: [PATCH] Remove space from words "up vote" and "down vote". --- r2/r2/templates/linkinfobar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/templates/linkinfobar.html b/r2/r2/templates/linkinfobar.html index d8813a076..5d7250769 100644 --- a/r2/r2/templates/linkinfobar.html +++ b/r2/r2/templates/linkinfobar.html @@ -52,13 +52,13 @@ ${unsafe(strings.person_label % dict(num = format_number(thing.a.upvotes), - persons = ungettext("up vote", "up votes", + persons = ungettext("upvote", "upvotes", thing.a.upvotes)))} ${unsafe(strings.person_label % dict(num = format_number(thing.a.downvotes), - persons = ungettext("down vote", "down votes", + persons = ungettext("downvote", "downvotes", thing.a.downvotes)))}