Fixes title regression

This commit is contained in:
Robin Ward 2013-02-26 11:13:13 -05:00
parent 88267429c5
commit 0e087e040f
2 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@
<td class='num'> <td class='num'>
{{#if like_count}} {{#if like_count}}
<a href='{{url}}{{#if has_best_of}}/best_of{{/if}}' title='{{i18n topic.likes likes="like_count"}}'>{{like_count}} <i class='icon-heart'></i></a> <a href='{{url}}{{#if has_best_of}}/best_of{{/if}}' title='{{i18n topic.likes count="like_count"}}'>{{like_count}} <i class='icon-heart'></i></a>
{{/if}} {{/if}}
</td> </td>

View file

@ -354,7 +354,7 @@ en:
new_posts: "there are {{new_posts}} new posts in this topic since you last read it" new_posts: "there are {{new_posts}} new posts in this topic since you last read it"
likes: likes:
one: "there is 1 like in this topic" one: "there is 1 like in this topic"
other: "there are {{likes}} likes in this topic" other: "there are {{count}} likes in this topic"
back_to_list: "Back to Topic List" back_to_list: "Back to Topic List"
options: "Topic Options" options: "Topic Options"
show_links: "show links within this topic" show_links: "show links within this topic"