1
0

Personal preferene for autosave

References #213
This commit is contained in:
Garvin Hicking
2014-09-09 14:34:46 +02:00
parent da82fd3a16
commit 5c12922510
70 changed files with 147 additions and 5 deletions

View File

@ -1065,3 +1065,5 @@
@define('NO_UPDATES', 'No plugin updates are available');
@define('PLUGIN_GROUP_ALL', 'All categories');
@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.');