From c1a86cf5127ad15f9f3c55eab6559289a2cc585b Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Sat, 7 Jun 2014 09:03:38 +0200 Subject: [PATCH] Applied small change --- wcfsetup/install/files/js/WCF.Message.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1