summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_liberty_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php
index a76006f..bbc558e 100644
--- a/admin/admin_liberty_inc.php
+++ b/admin/admin_liberty_inc.php
@@ -20,7 +20,7 @@ $formLibertyFeatures = array(
// not entirely sure where this should go. liberty plugins? here? some other tab?
'liberty_use_span_wrapper' => array(
'label' => 'Use a span wrapper',
- 'note' => 'Some plugins such as the attachment plugin wrap their output with a div. This might not work well when you are using a WYSYWIG such as TinyMCE or FCKeditor in combination with HTML Purifier. There are Pros and Cons to using either wrapper.',
+ 'note' => 'Some plugins such as the attachment plugin wrap their output with a div. This might not work well when you are using a WYSYWIG such as TinyMCE or CKeditor in combination with HTML Purifier. There are Pros and Cons to using either wrapper.',
'default' => 'n'
),
);