]> git.wh0rd.org - tt-rss.git/commitdiff
change description of STRIP_UNSAFE_TAGS
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 16 May 2007 08:35:56 +0000 (09:35 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 16 May 2007 08:35:56 +0000 (09:35 +0100)
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
schema/versions/mysql/17.sql
schema/versions/pgsql/17.sql

index 3ae4523707a2d410a89ac7cecc831925fd08e9f6..4d1cb67141e208903716f6a831d07d1e4b22e934 100644 (file)
@@ -277,7 +277,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) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
-'This option strips all, but most common HTML tags when reading articles.');
+'Strip all but most common HTML tags when reading articles.');
 
 create table ttrss_user_prefs (
    owner_uid integer not null,
index b529a0a6530e3d2fa89d19dd755336f05c186807..e2747e13255951ebcfa5f04dbe713008c15ab387 100644 (file)
@@ -257,7 +257,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) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
-'This option strips all, but most common HTML tags when reading articles.');
+'Strip all but most common HTML tags when reading articles.');
 
 create table ttrss_user_prefs (
        owner_uid integer not null references ttrss_users(id) ON DELETE CASCADE,
index 3ddc5a13ec9bc9f8ccaf5009e299e39481b7b0e4..d1b7954213c01e2c3c4f86e8c2703e1b8cc1600c 100644 (file)
@@ -3,6 +3,6 @@ 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) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
-'This option strips all, but most common HTML tags when reading articles.');
+'Strip all but most common HTML tags when reading articles.');
 
 update ttrss_version set schema_version = 17;
index 3ddc5a13ec9bc9f8ccaf5009e299e39481b7b0e4..d1b7954213c01e2c3c4f86e8c2703e1b8cc1600c 100644 (file)
@@ -3,6 +3,6 @@ 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) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
-'This option strips all, but most common HTML tags when reading articles.');
+'Strip all but most common HTML tags when reading articles.');
 
 update ttrss_version set schema_version = 17;