From a1b152f5dbd3240e8d1ea09c8a1f9830bc6c4084 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 14 Oct 2014 12:20:39 +0100 Subject: [PATCH] MDL-47140 atto: improved wording of error message --- lib/editor/atto/lang/en/editor_atto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/atto/lang/en/editor_atto.php b/lib/editor/atto/lang/en/editor_atto.php index c151c0aa0c2..ebbca5f0b93 100644 --- a/lib/editor/atto/lang/en/editor_atto.php +++ b/lib/editor/atto/lang/en/editor_atto.php @@ -31,7 +31,7 @@ $string['errorgroupisusedtwice'] = 'The group \'{$a}\' is defined twice; group n $string['errornopluginsorgroupsfound'] = 'No plugins or groups found; please add some groups and plugins.'; $string['errorpluginnotfound'] = 'The plugin \'{$a}\' cannot be used; it does not appear to be installed.'; $string['errorpluginisusedtwice'] = 'The plugin \'{$a}\' is used twice; plugins can only be defined once.'; -$string['errortextrecovery'] = 'The draft version of this text was unable to be restored.'; +$string['errortextrecovery'] = 'Unfortunately the draft version could not be restored.'; $string['pluginname'] = 'Atto HTML editor'; $string['subplugintype_atto'] = 'Atto plugin'; $string['subplugintype_atto_plural'] = 'Atto plugins';