From: Marcel Werk Date: Wed, 12 Jun 2013 14:05:40 +0000 (+0200) Subject: Fixed missing language variable X-Git-Tag: 2.0.0_Beta_4~61 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43bd42189bc92b027f0d820e848d9e5d3729d9ab;p=GitHub%2FWoltLab%2FWCF.git Fixed missing language variable --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js index a920152285..e54c98bbe0 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js @@ -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) {