summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
committerAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
commitaf0845ca9ab59faa71e7fd913f779b27e0c98645 (patch)
treec62f9fd443cede9ab7bc86d55c66e3d8a7f9aa35 /include
parent442456184c23b8da36d6f9e0ac098d4a57c17659 (diff)
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
Diffstat (limited to 'include')
-rw-r--r--include/localized_schema.php4
-rw-r--r--include/sanity_check.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/localized_schema.php b/include/localized_schema.php
index a13a7f58b..d370bdc43 100644
--- a/include/localized_schema.php
+++ b/include/localized_schema.php
@@ -1,4 +1,4 @@
-<?php # This file has been generated at: Mon Mar 12 13:59:27 MSK 2012
+<?php # This file has been generated at: Thu Mar 29 15:07:22 MSK 2012
__("Title");
__("Title or Content");
@@ -20,7 +20,7 @@ __("Advanced");
__('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.');
__('Display expanded list of feed articles, instead of separate displays for headlines and article content');
-__('When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
+__('Automatically open next feed with unread articles after marking one as read');
__('This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
__('This option enables marking articles as read automatically while you scroll article list.');
__('Strip all but most common HTML tags when reading articles.');
diff --git a/include/sanity_check.php b/include/sanity_check.php
index d77be4201..2bb957827 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 90);
+ define('SCHEMA_VERSION', 91);
require_once "config.php";
require_once "sanity_config.php";