remove word "by" in editor title, ONW

This commit is contained in:
Jeff Atwood 2015-04-03 12:42:23 -07:00
parent 2670ed08b6
commit 2da0019228
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ so I'm going to stop rendering it until we figure out what's up
{{plugin-outlet "composer-open"}}
<div class='reply-to'>
{{{model.actionTitle}}}
{{{model.actionTitle}}}
{{#if canEdit}}
{{#if showEditReason}}
<div class="edit-reason-input">

View File

@ -1133,10 +1133,10 @@ en:
other: "You have selected <b>{{count}}</b> posts."
post:
reply: "Replying to {{link}} by {{replyAvatar}} {{username}}"
reply: "Replying to {{link}} {{replyAvatar}} {{username}}"
reply_topic: "Reply to {{link}}"
quote_reply: "quote reply"
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
edit: "Editing {{link}} {{replyAvatar}} {{username}}"
edit_reason: "Reason: "
post_number: "post {{number}}"
in_reply_to: "reply to"