summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/54.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-10 12:00:51 +0300
committerAndrew Dolgov <[email protected]>2009-02-10 12:00:51 +0300
commit0351576bd875df0a955969c9fe827a639084e238 (patch)
tree0754ccd6c365c93f3c36067a4c6c9a5aa218e97a /schema/versions/mysql/54.sql
parent23e2fb8496efead6547a0727d4028447878d876e (diff)
schema: update help text for ENABLE_OFFLINE_READING
Diffstat (limited to 'schema/versions/mysql/54.sql')
-rw-r--r--schema/versions/mysql/54.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/mysql/54.sql b/schema/versions/mysql/54.sql
index cf797435b..28d3f8ee4 100644
--- a/schema/versions/mysql/54.sql
+++ b/schema/versions/mysql/54.sql
@@ -1,6 +1,6 @@
begin;
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1, 'Synchronize new articles for offline reading using Google Gears.');
update ttrss_version set schema_version = 54;