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.';