Applied small change
authorSascha Greuel <SoftCreatR@users.noreply.github.com>
Sat, 7 Jun 2014 07:03:38 +0000 (09:03 +0200)
committerSascha Greuel <SoftCreatR@users.noreply.github.com>
Sat, 7 Jun 2014 07:03:38 +0000 (09:03 +0200)
wcfsetup/install/files/js/WCF.Message.js

index 2612c5d38026d0125ee93cc70344bb9d3431d3f7..8f1b7f392dccf48a3b253ec7135f1c46f9c2f84b 100644 (file)
@@ -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
         */