'Comment' -> 'Reply' in inline comment/reply messages

This commit is contained in:
Brion Vibber
2011-03-03 12:26:07 -08:00
parent 5fd9767e80
commit 5a404ee713
4 changed files with 5 additions and 5 deletions

View File

@@ -739,7 +739,7 @@ var SN = { // StatusNet
placeholder.click(function() {
SN.U.NoticeInlineReplyTrigger(notice);
});
placeholder.find('input').val(SN.msg('reply_comment'));
placeholder.find('input').val(SN.msg('reply_placeholder'));
list.append(placeholder);
},