Index: editors/ckeditor.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/ckeditor.inc,v retrieving revision 1.4 diff -u -p -r1.4 ckeditor.inc --- editors/ckeditor.inc 23 Oct 2009 02:11:33 -0000 1.4 +++ editors/ckeditor.inc 10 Nov 2009 19:02:39 -0000 @@ -292,7 +292,7 @@ function wysiwyg_ckeditor_plugins($edito 'Blockquote' => t('Blockquote'), 'Source' => t('Source code'), 'HorizontalRule' => t('Horizontal rule'), 'Cut' => t('Cut'), 'Copy' => t('Copy'), 'Paste' => t('Paste'), - 'PasteText' => t('Paste Text'), 'PasteWord' => t('Paste from Word'), + 'PasteText' => t('Paste Text'), 'PasteFromWord' => t('Paste from Word'), 'ShowBlocks' => t('Show blocks'), 'RemoveFormat' => t('Remove format'), 'SpecialChar' => t('Character map'),