From f7bd2ea5c59673da959909d7d8dc8d17f1194c8e Mon Sep 17 00:00:00 2001 From: supershop Date: Tue, 9 Nov 2010 09:46:44 +0000 Subject: [PATCH] english translation fixed git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7821 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/lang/en.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/editor/lang/en.lang.php b/modules/editor/lang/en.lang.php index 71da58a19..8d87ed11b 100644 --- a/modules/editor/lang/en.lang.php +++ b/modules/editor/lang/en.lang.php @@ -228,7 +228,7 @@ $lang->edit->image_align = 'Image Alignment'; $lang->edit->attached_files = 'Attachments'; - $lang->edit->fontcolor_input = 'Custom Font Color'; + $lang->edit->fontcolor_input = 'Custom Text Color'; $lang->edit->fontbgcolor_input = 'Custom Background Color'; $lang->edit->pangram = 'The quick brown fox jumps over the lazy dog'; @@ -236,8 +236,8 @@ $lang->edit->table_caption = 'Table Caption'; $lang->edit->table_header = 'Table Header'; $lang->edit->table_header_none = 'none'; - $lang->edit->table_header_left = 'top'; - $lang->edit->table_header_top = 'left'; + $lang->edit->table_header_left = 'left'; + $lang->edit->table_header_top = 'top'; $lang->edit->table_header_both = 'both'; $lang->edit->table_size = 'Table Size'; $lang->edit->table_width = 'Table Width';