summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 08:20:43 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 08:20:43 +0100
commit3fb00ee0a242b4b5109434e43d2d44335968f509 (patch)
treec2de6b7cab59fa8537e7bc11e01dbbc9103d3d1c /schema/ttrss_schema_mysql.sql
parentaa330b93c5fec3cd7c10167016ce2d91e230e1b7 (diff)
schema: fix typo
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 0fd7cafdc..1097a4e19 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -265,7 +265,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('CONFIRM_FEED_CATCHUP', 1, 'true', 'Confirm marking feed as read',3);
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.');
create table ttrss_user_prefs (
owner_uid integer not null,