From 3fb00ee0a242b4b5109434e43d2d44335968f509 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 08:20:43 +0100 Subject: schema: fix typo --- schema/ttrss_schema_mysql.sql | 2 +- schema/ttrss_schema_pgsql.sql | 2 +- schema/versions/mysql/14.sql | 2 +- schema/versions/pgsql/14.sql | 2 +- 4 files changed, 4 insertions(+), 4 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, diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 363af512c..24436b3af 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -245,7 +245,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 references ttrss_users(id) ON DELETE CASCADE, 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; diff --git a/schema/versions/pgsql/14.sql b/schema/versions/pgsql/14.sql index 029e7f3e7..8e7cc4dd5 100644 --- a/schema/versions/pgsql/14.sql +++ b/schema/versions/pgsql/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; -- cgit v1.2.3