From: Sascha Greuel Date: Sat, 7 Jun 2014 07:03:38 +0000 (+0200) Subject: Applied small change X-Git-Tag: 2.1.0_Alpha_1~714^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c1a86cf5127ad15f9f3c55eab6559289a2cc585b;p=GitHub%2FWoltLab%2FWCF.git Applied small change --- diff --git a/wcfsetup/install/files/js/WCF.Message.js b/wcfsetup/install/files/js/WCF.Message.js index 2612c5d380..8f1b7f392d 100644 --- a/wcfsetup/install/files/js/WCF.Message.js +++ b/wcfsetup/install/files/js/WCF.Message.js @@ -2934,7 +2934,7 @@ WCF.Message.Share.Page = Class.extend({ /** * Handles user mention suggestions in Redactor instances. * - * Important: Objects of this class have to be created before the CKEditor + * Important: Objects of this class have to be created before Redactor * is initialized! */ WCF.Message.UserMention = Class.extend({ @@ -2987,7 +2987,7 @@ WCF.Message.UserMention = Class.extend({ _redactor: null, /** - * Initalizes user suggestions for the CKEditor with the given textarea id. + * Initalizes user suggestions for Redactor with the given textarea id. * * @param string wysiwygSelector */