Language overhaul
authorMarcel Werk <burntime@woltlab.com>
Sun, 10 Mar 2013 22:03:51 +0000 (23:03 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 10 Mar 2013 22:03:51 +0000 (23:03 +0100)
files/js/WCF.Conversation.js
templates/conversation.tpl

index 866d396e62aefea14b24248d64207680507a7a43..8ce193fa6b0f7daa10dfda70798e09246af462ad 100644 (file)
@@ -903,7 +903,7 @@ WCF.Conversation.Label.Editor = Class.extend({
                this._dialog = null;
                this._editorHandler = editorHandler;
                
-               this._notification = new WCF.System.Notification(WCF.Language.get('wcf.global.form.edit.success'));
+               this._notification = new WCF.System.Notification(WCF.Language.get('wcf.global.success.edit'));
                this._proxy = new WCF.Action.Proxy({
                        success: $.proxy(this._success, this)
                });
index 0ae8191d3bcf669338efe91d62bda16a64530eb3..b43813acaac4c60cff506d767989f5138ebd1c36 100644 (file)
@@ -19,7 +19,6 @@
                                'wcf.conversation.leave.title': '{lang}wcf.conversation.leave.title{/lang}',
                                'wcf.global.state.closed': '{lang}wcf.global.state.closed{/lang}',
                                'wcf.moderation.report.reportContent': '{lang}wcf.moderation.report.reportContent{/lang}',
-                               'wcf.global.form.add.success': '{lang}wcf.global.form.add.success{/lang}',
                                'wcf.conversation.label.assignLabels': '{lang}wcf.conversation.label.assignLabels{/lang}'
                        });