From 101037c379c0b3e6fdbff0a3c390b78986191989 Mon Sep 17 00:00:00 2001 From: julmis <julmis> Date: Sat, 29 Jan 2005 20:02:13 +0000 Subject: [PATCH] Adding new strings for the editor --- lang/en/editor.php | 2 ++ 1 file changed, 2 insertions(+) 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!'; ?> -- 2.39.5