]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix ALLOW_DUPLICATE_POSTS description
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 07:45:44 +0000 (08:45 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 07:45:44 +0000 (08:45 +0100)
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql

index 88f5dc9076d3a1299136ebfb272ba10368b52bc8..3b1a18b4ca44cc34a7f2dedd05812f3c41a56200 100644 (file)
@@ -171,7 +171,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,help_text) values('ALLOW_DUPLICATE_POSTS', 1, 'true', 'Allow duplicate posts',1,
        'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. 
-       When disabled, it forces same posts from different feeds to appear only once');
+       When disabled, it forces same posts from different feeds to appear only once.');
 
 create table ttrss_user_prefs (
    owner_uid integer not null,
index 0fc70615c66b477bdb5647a240583c7db53bfa6f..a6c19bedbb9da1bbaffc879c432301113c20f7d2 100644 (file)
@@ -162,7 +162,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,help_text) values('ALLOW_DUPLICATE_POSTS', 1, 'true', 'Allow duplicate posts',1,
        'This option is useful when you are reading several planet-type aggregators with partially colliding userbase. 
-       When disabled, it forces same posts from different feeds to appear only once');
+       When disabled, it forces same posts from different feeds to appear only once.');
 
 create table ttrss_user_prefs (
        owner_uid integer not null references ttrss_users(id) on delete cascade,