mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-18014 Atto: Language change for auto save text.
Make this text shorter so it's less distracting.
This commit is contained in:
parent
19549f8bed
commit
a10c6ea8fc
@ -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.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user