From f2d4ebce5e757680785d0fcb49048ae14e68f99c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 10 Mar 2014 18:26:24 +0100 Subject: [PATCH] Fixed button title --- wcfsetup/install/files/js/WCF.User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 774380a02a..543a1e0701 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -474,7 +474,7 @@ WCF.User.Profile.IgnoreUser = Class.extend({ */ _updateButton: function() { if (this._button === null) { - this._button = $('
  • ').prependTo($('#profileButtonContainer')); + this._button = $('
  • ').prependTo($('#profileButtonContainer')); } this._button.find('.button').data('tooltip', WCF.Language.get('wcf.user.button.' + (this._isIgnoredUser ? 'un' : '') + 'ignore')); -- 2.20.1