From 13cf6181d912768760a5de0e8b1a16335fcb30a0 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 10 Oct 2010 10:08:47 +0000 Subject: [PATCH] MDL-24265 adding missing nolink desc string, credit goes to Myles Carrick --- lib/editor/tinymce/lang/en/editor_tinymce.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/editor/tinymce/lang/en/editor_tinymce.php b/lib/editor/tinymce/lang/en/editor_tinymce.php index 7b5b248114f..d799d494b5e 100644 --- a/lib/editor/tinymce/lang/en/editor_tinymce.php +++ b/lib/editor/tinymce/lang/en/editor_tinymce.php @@ -32,6 +32,7 @@ $string['dragmath:dragmath_desc'] = 'Insert equation'; $string['dragmath:dragmath_javaneeded'] = 'To use this page you need a Java-enabled browser. Download the latest Java plug-in from {$a}.'; $string['dragmath:dragmath_title'] = 'DragMath Equation Editor'; $string['media_dlg:filename'] = 'Filename'; +$string['moodlenolink:desc'] = "Prevent automatic linking"; $string['pluginname'] = 'TinyMCE HTML editor'; -- 2.43.0