Fixes little text typo
authorMatthias Schmidt <gravatronics@live.com>
Mon, 21 May 2012 11:05:26 +0000 (13:05 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 21 May 2012 11:05:26 +0000 (13:05 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.js

index 3b7d16aa18e605a12736bafb2daf26a6f375e447..3bcb5f396853393263146e2289dbae7f38e90166 100644 (file)
@@ -822,7 +822,7 @@ WCF.ACP.Category.Collapsible = WCF.Collapsible.SimpleRemote.extend({
                
                var $containers = this._getContainers();
                if ($containers.length == 0) {
-                       console.debug('[WCF.Category.Collapsible] Empty container set given, aborting.');
+                       console.debug('[WCF.ACP.Category.Collapsible] Empty container set given, aborting.');
                }
                $containers.each($.proxy(function(index, container) {
                        var $container = $(container);