1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-23 00:17:10 +00:00

schema: fix typo

This commit is contained in:
Andrew Dolgov
2007-03-06 08:20:43 +01:00
parent aa330b93c5
commit 3fb00ee0a2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('CDM_AUTO_CATCHUP', 1, 'false', 'Mark articles as read automatically',2,
'This option enables marking articles as read automatically in combined mode while you scroll article list');
'This option enables marking articles as read automatically in combined mode while you scroll article list.');
update ttrss_version set schema_version = 14;