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)
});
'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}'
});