From a10c6ea8fc99df8d45acc566c85f6567f005e951 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 5 Aug 2014 14:25:08 +0800 Subject: [PATCH] MDL-18014 Atto: Language change for auto save text. Make this text shorter so it's less distracting. --- 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 c0e005f8530..d1c2b686c66 100644 --- a/lib/editor/atto/lang/en/editor_atto.php +++ b/lib/editor/atto/lang/en/editor_atto.php @@ -25,7 +25,7 @@ $string['autosavefailed'] = 'Could not connect to the server. If you submit this page now, your changes may be lost.'; $string['autosavefrequency'] = 'Autosave frequency (seconds).'; $string['autosavefrequency_desc'] = 'This is the number of seconds between auto save attempts. Atto will automatically save the text in the editor according to this setting, so that text can be automatically restored when the same user returns to the same form.'; -$string['autosavesucceeded'] = 'A draft of this text was automatically saved.'; +$string['autosavesucceeded'] = 'Draft saved.'; $string['errorcannotparseline'] = 'The line \'{$a}\' is not in the correct format.'; $string['errorgroupisusedtwice'] = 'The group \'{$a}\' is defined twice; group names must be unique.'; $string['errornopluginsorgroupsfound'] = 'No plugins or groups found; please add some groups and plugins.';