summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-05 10:03:19 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-08 10:16:12 +0100
commit25fabd1de0b6421edfdfb47904354a7b8bff16e0 (patch)
treeab5626bb5c4ae6fd7dcc15feb6176c3c27514284 /lib/plugins/config/lang/en
parent9bec85f2322b78de408af08a84bf7de4200c8d2c (diff)
downloadrpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.gz
rpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.bz2
Fix documentation for subscribe_time
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index cad1a0aad..7198ca36d 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -129,7 +129,7 @@ $lang['gdlib'] = 'GD Lib version';
$lang['im_convert'] = 'Path to ImageMagick\'s convert tool';
$lang['jpg_quality'] = 'JPG compression quality (0-100)';
$lang['subscribers'] = 'Enable page subscription support';
-$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be larger than the time specified in recent_days.';
+$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';
$lang['compress'] = 'Compact CSS and javascript output';
$lang['hidepages'] = 'Hide matching pages (regular expressions)';
$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages';