diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-06 08:20:43 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-06 08:20:43 +0100 |
| commit | 3fb00ee0a242b4b5109434e43d2d44335968f509 (patch) | |
| tree | c2de6b7cab59fa8537e7bc11e01dbbc9103d3d1c /schema/versions/mysql/14.sql | |
| parent | aa330b93c5fec3cd7c10167016ce2d91e230e1b7 (diff) | |
schema: fix typo
Diffstat (limited to 'schema/versions/mysql/14.sql')
| -rw-r--r-- | schema/versions/mysql/14.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/mysql/14.sql b/schema/versions/mysql/14.sql index 029e7f3e7..8e7cc4dd5 100644 --- a/schema/versions/mysql/14.sql +++ b/schema/versions/mysql/14.sql @@ -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; |