From db585f62e501f1c54f09051afc97b0d1b0107037 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 7 Jul 2004 17:46:59 +0000 Subject: [PATCH] Merged editor string fixes --- lang/en_us/editor.php | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/lang/en_us/editor.php b/lang/en_us/editor.php index 46f6f434fa..6d9c3c38c9 100755 --- a/lang/en_us/editor.php +++ b/lang/en_us/editor.php @@ -1,5 +1,5 @@ ] button to go back to WYSIWYG MODE.'; $string['texttop'] = 'Texttop'; $string['top'] = 'Top'; +$string['type'] = 'Type'; $string['underline'] = 'Underline'; $string['undo'] = 'Undo your last action'; $string['unorderedlist'] = 'Bulleted List'; +$string['upload'] = 'Upload'; $string['vertical'] = 'Vertical'; $string['width'] = 'Width'; +$string['wordclean'] = 'Clean Word HTML'; +$string['zip'] = 'Zip'; ?> -- 2.39.5