1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-18 10:25:55 +01:00

quick-reply.js: i18n

This commit is contained in:
czaks 2013-12-25 16:22:13 +01:00
parent 6e02796ec5
commit bcf28619a3

View File

@ -403,7 +403,7 @@
var floating_link = function() { var floating_link = function() {
if (!settings.get('floating_link', true)) if (!settings.get('floating_link', true))
return; return;
$('<a href="javascript:void(0)" class="quick-reply-btn">Quick Reply</a>') $('<a href="javascript:void(0)" class="quick-reply-btn">'+_('Quick Reply')+'</a>')
.click(function() { .click(function() {
show_quick_reply(); show_quick_reply();
$(this).remove(); $(this).remove();