From: moodler Date: Wed, 29 Oct 2003 16:28:41 +0000 (+0000) Subject: Missing a semicolon! LOL X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bfdc52bd32a71b517ad99f83270ae113bbf28654;p=moodle.git Missing a semicolon! LOL --- diff --git a/lang/en/editor.php b/lang/en/editor.php index 3ec7b68387..449d570bd1 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -59,7 +59,7 @@ $string['strikethrough'] = "Strikethrough"; $string['subscript'] = "Subscript"; $string['superscript'] = "Superscript"; $string['textindicator'] = "Current style"; -$string['textmode'] = "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG." +$string['textmode'] = "You are in TEXT MODE. Use the [<>] button to go back to WYSIWYG MODE."; $string['texttop'] = "Texttop"; $string['top'] = "Top"; $string['underline'] = "Underline";