Fixed missing language variable
authorMarcel Werk <burntime@woltlab.com>
Wed, 12 Jun 2013 14:05:40 +0000 (16:05 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 12 Jun 2013 14:05:40 +0000 (16:05 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.Style.js

index a9201522859fe11fb31da80252dd2c3f63e73473..e54c98bbe0f55b3032a656db63b8e21861190cf7 100644 (file)
@@ -137,7 +137,7 @@ WCF.ACP.Style.ImageUpload = WCF.Upload.extend({
                        this._button.next('.innerError').remove();
                        
                        // show success message
-                       var $notification = new WCF.System.Notification(WCF.Language.get('wcf.acp.style.image.success'));
+                       var $notification = new WCF.System.Notification(WCF.Language.get('wcf.global.success'));
                        $notification.show();
                }
                else if (data.returnValues.errorType) {