@ -305,7 +305,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_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,
insertintottrss_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 (except for Fresh articles feed) while you scroll article list.');
@ -276,7 +276,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_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,
insertintottrss_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 (except for Fresh articles feed) while you scroll article list.');