From 2ab194541f567da0cec23d2f0514171fb39990f2 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sun, 2 Mar 2014 00:44:34 +0100 Subject: [PATCH] Fix wrong lang var name --- file/js/be.bastelstu.Chat.litcoffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 1e4bcaf..f84a031 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -163,7 +163,7 @@ Open the smiley wcfDialog $('#timsChatSmileyPopupButton').on 'click', -> overlaySmileyList.wcfDialog - title: WCF.Language.get 'chat.general.smilies' + title: WCF.Language.get 'chat.global.smilies' overlaySmileyList.css 'max-height': $(window).height() - overlaySmileyList.parent().siblings('.dialogTitlebar').outerHeight()