summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2012-08-04 00:31:42 +0100
committerlsces <lester@lsces.co.uk>2012-08-04 00:31:42 +0100
commitb2063eab01036f2f1a7aa0378929b05bba64fb9e (patch)
treeb6e0c61a2a13855742c3414194460d8f203e8e6d /admin
parent3f3a8974b942fb68c7941e5c5f8db70231977906 (diff)
downloadliberty-b2063eab01036f2f1a7aa0378929b05bba64fb9e.tar.gz
liberty-b2063eab01036f2f1a7aa0378929b05bba64fb9e.tar.bz2
liberty-b2063eab01036f2f1a7aa0378929b05bba64fb9e.zip
Need to switch to use CKEditor in the 3.0 distribution.
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'
),
);