? ckeditor.inc_fixedlists.patch
Index: ckeditor.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/ckeditor.inc,v
retrieving revision 1.2
diff -u -p -r1.2 ckeditor.inc
--- ckeditor.inc	10 Aug 2009 22:54:40 -0000	1.2
+++ ckeditor.inc	19 Aug 2009 20:54:13 -0000
@@ -186,7 +186,7 @@ function wysiwyg_ckeditor_plugins($edito
         'Bold' => t('Bold'), 'Italic' => t('Italic'), 'Underline' => t('Underline'),
         'StrikeThrough' => t('Strike-through'),
         'JustifyLeft' => t('Align left'), 'JustifyCenter' => t('Align center'), 'JustifyRight' => t('Align right'), 'JustifyFull' => t('Justify'),
-        'UnorderedList' => t('Bullet list'), 'OrderedList' => t('Numbered list'),
+        'BulletedList' => t('Bullet list'), 'NumberedList' => t('Numbered list'),
         'Outdent' => t('Outdent'), 'Indent' => t('Indent'),
         'Undo' => t('Undo'), 'Redo' => t('Redo'),
         'Link' => t('Link'), 'Unlink' => t('Unlink'), 'Anchor' => t('Anchor'),
