mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-21 01:58:46 +01:00
quick-reply.js: i18n
This commit is contained in:
parent
704b16f649
commit
37f1669738
@ -395,7 +395,7 @@
|
||||
var floating_link = function() {
|
||||
if (!settings.get('floating_link', true))
|
||||
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() {
|
||||
show_quick_reply();
|
||||
$(this).remove();
|
||||
|
Loading…
x
Reference in New Issue
Block a user