summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 11:37:41 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 11:37:41 +0100
commit45a2e092569c754588fded4dd6019a4ba04ce1c9 (patch)
treed6facd419ed1141949068a11370fee71b757e714 /schema/ttrss_schema_mysql.sql
parent71604ca4e9a25a0c65674a92e00e396c92c2c848 (diff)
tweak ALLOW_DUPLICATE_POSTS help text
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 587890527..88f5dc907 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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 sources 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,