diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-21 07:47:20 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-21 07:47:20 +0100 |
| commit | 481c9804aa7c9ad7d58c9448e8d5fdd32c2106cf (patch) | |
| tree | 2586288edcf229a107dda73507759279a32335ed /schema/ttrss_schema_mysql.sql | |
| parent | 9cd7c995e70be458e0843caacd492b59099f121d (diff) | |
change email to e-mail in description of DIGEST_ENABLE pref option
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
| -rw-r--r-- | schema/ttrss_schema_mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 9894caab9..616223880 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -259,7 +259,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('REVERSE_HEADLINES', 1, 'false', 'Reverse headline order (oldest first)',2); -insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_ENABLE', 1, 'false', 'Enable email digest',1, +insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_ENABLE', 1, 'false', 'Enable e-mail digest',1, 'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address'); create table ttrss_user_prefs ( |