From: julmis Date: Sat, 29 Jan 2005 20:02:13 +0000 (+0000) Subject: Adding new strings for the editor X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=101037c379c0b3e6fdbff0a3c390b78986191989;p=moodle.git Adding new strings for the editor --- diff --git a/lang/en/editor.php b/lang/en/editor.php index ed0cb174d0..ef5cda355c 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -111,5 +111,7 @@ $string['anchorname'] = 'Anchorname'; $string['fontname'] = 'Fontname'; $string['fontsize'] = 'Font-size'; $string['formatblock'] = 'Format'; +$string['nolink'] = 'Prevent glossary link'; +$string['alertnoselectedtext'] = 'You must select text first!'; ?>