Browse Source

Translate "Reply to (username)..." in textarea

master
basst85 11 years ago
parent
commit
d637b5e48b
  1. 2
      twister_formatpost.js

2
twister_formatpost.js

@ -90,7 +90,7 @@ function postToElem( post, kind ) {
replyTo += "@" + mentions[i] + " "; replyTo += "@" + mentions[i] + " ";
} }
} }
elem.find(".post-area-new textarea").attr("placeholder","Reply to " + replyTo + "..."); elem.find(".post-area-new textarea").attr("placeholder", polyglot.t("reply_to", { fullname: replyTo })+ "...");
elem.find(".post-area-new textarea").attr("data-reply-to",replyTo); elem.find(".post-area-new textarea").attr("data-reply-to",replyTo);
postData.attr("data-reply-to",replyTo); postData.attr("data-reply-to",replyTo);

Loading…
Cancel
Save