diff --git a/lang/en_utf8/editor.php b/lang/en_utf8/editor.php
index a335fbb..9e5224b 100644
--- a/lang/en_utf8/editor.php
+++ b/lang/en_utf8/editor.php
@@ -43,7 +43,7 @@ $string['heading'] = 'Heading';
 $string['height'] = 'Height';
 $string['hilitecolor'] = 'Background Color';
 $string['horizontal'] = 'Horizontal';
-$string['horizontalrule'] = 'Horizontal Rule';
+$string['inserthorizontalrule'] = 'Horizontal Rule';
 $string['htmlmode'] = 'Toggle HTML Source';
 $string['imageurl'] = 'Image URL';
 $string['indent'] = 'Increase Indent';
@@ -83,7 +83,7 @@ $string['notimage'] = 'Selected file is not an image. Please select an image!';
 $string['notset'] = 'Not Set';
 $string['ok'] = 'OK';
 $string['options'] = 'Options';
-$string['orderedlist'] = 'Ordered List';
+$string['insertorderedlist'] = 'Ordered List';
 $string['outdent'] = 'Decrease Indent';
 $string['paste'] = 'Paste from clipboard';
 $string['path'] = 'Path';
@@ -96,14 +96,14 @@ $string['preview'] = 'Preview';
 $string['properties'] = 'Properties';
 $string['redo'] = 'Redo your last action';
 $string['regularexpressions'] = 'Use regular expressions';
-$string['removelink'] = 'Remove link';
+$string['unlink'] = 'Remove link';
 $string['rename'] = 'Rename';
 $string['replaceall'] = 'Replace all';
 $string['replacewith'] = 'Replace';
 $string['right'] = 'Right';
 $string['righttoleft'] = 'Direction from right to left';
 $string['rows'] = 'Rows';
-$string['searchandreplace'] = 'Search and replace';
+$string['search_replace'] = 'Search and replace';
 $string['searchnotfound'] = 'Search string Not Found!';
 $string['selectcolor'] = 'Select color';
 $string['selection'] = 'Selection';
@@ -120,11 +120,12 @@ $string['top'] = 'Top';
 $string['type'] = 'Type';
 $string['underline'] = 'Underline';
 $string['undo'] = 'Undo your last action';
-$string['unorderedlist'] = 'Bulleted List';
+$string['insertunorderedlist'] = 'Bulleted List';
 $string['upload'] = 'Upload';
 $string['vertical'] = 'Vertical';
 $string['width'] = 'Width';
-$string['wordclean'] = 'Clean Word HTML';
+$string['clean'] = 'Clean Word HTML';
 $string['zip'] = 'Zip';
+$string['spellcheck'] = 'Check Spelling';
 
 ?>
