diff options
author | friendica <info@friendica.com> | 2012-01-30 15:13:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-30 15:13:24 -0800 |
commit | c76b224d8ac79d10ee68134d5585e0832e49a3c8 (patch) | |
tree | f5e17b7695ca8535ed344dc2dea329dcb2bee41e /mod/settings.php | |
parent | 61246cbd1c5abe15bf3a0c4f52d3063966293ec2 (diff) | |
download | volse-hubzilla-c76b224d8ac79d10ee68134d5585e0832e49a3c8.tar.gz volse-hubzilla-c76b224d8ac79d10ee68134d5585e0832e49a3c8.tar.bz2 volse-hubzilla-c76b224d8ac79d10ee68134d5585e0832e49a3c8.zip |
prune old expired and deleted items
Diffstat (limited to 'mod/settings.php')
-rwxr-xr-x | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index c61d5c227..e75272539 100755 --- a/mod/settings.php +++ b/mod/settings.php @@ -757,7 +757,7 @@ function settings_content(&$a) { $celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false); $expire_arr = array( - 'days' => array('expire', t("Automatically expire posts after days:"), $expire, t('If empty, posts will not expire. Expired posts will be deleted')), + 'days' => array('expire', t("Automatically expire posts after this many days:"), $expire, t('If empty, posts will not expire. Expired posts will be deleted')), 'advanced' => t('Advanced expiration settings'), 'label' => t('Advanced Expiration'), 'items' => array('expire_items', t("Expire posts:"), $expire_items, '', array(t('No'),t('Yes'))), |