add "post last edited at" to edit tooltip

This commit is contained in:
Jeff Atwood 2013-08-02 13:15:11 -07:00
parent d5dd70c503
commit f996a8757a
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<div class='topic-meta-data-inside'>
{{#if hasHistory}}
<div class='post-info edits'>
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{unboundDate updated_at}}">
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{i18n post.last_edited_on}} {{unboundDate updated_at}}">
{{editCount}}
<i class='icon-pencil'></i>
</a>

View File

@ -747,6 +747,7 @@ en:
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
post_number: "post {{number}}"
in_reply_to: "in reply to"
last_edited_on: "post last edited on"
reply_as_new_topic: "Reply as new Topic"
continue_discussion: "Continuing the discussion from {{postLink}}:"
follow_quote: "go to the quoted post"