3 lines
333 B
Plaintext
3 lines
333 B
Plaintext
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
|
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|