From 37f1669738ca0cbaf9a9d22dcbc22da35ba05388 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 25 Dec 2013 16:22:13 +0100 Subject: [PATCH] quick-reply.js: i18n --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 73cd2435..ab452501 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -395,7 +395,7 @@ var floating_link = function() { if (!settings.get('floating_link', true)) return; - $('Quick Reply') + $(''+_('Quick Reply')+'') .click(function() { show_quick_reply(); $(this).remove();