summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-14 10:42:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-14 10:42:11 +0000
commit3269eb2e08b2958a5b93333d1a94ce56a9e1b0bc (patch)
tree7fb78a21af985911a309e177e7e174dd49e13479 /modules/aggregator
parent2ea8bd980144876bc72095720e868d114bf3e1c8 (diff)
downloadbrdo-3269eb2e08b2958a5b93333d1a94ce56a9e1b0bc.tar.gz
brdo-3269eb2e08b2958a5b93333d1a94ce56a9e1b0bc.tar.bz2
- Patch #504074 by Bojhan, tic2000, royroy, catch, keith.smith et al: improved form description of teaser length setting.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.processor.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.processor.inc b/modules/aggregator/aggregator.processor.inc
index 567db2634..8010f7afe 100644
--- a/modules/aggregator/aggregator.processor.inc
+++ b/modules/aggregator/aggregator.processor.inc
@@ -117,7 +117,7 @@ function aggregator_form_aggregator_admin_form_alter(&$form, $form_state) {
'#title' => t('Length of trimmed description'),
'#default_value' => 600,
'#options' => drupal_map_assoc(array(0, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000), '_aggregator_characters'),
- '#description' => t("The maximum number of characters used in the trimmed version of a description. Drupal will use this setting to determine at which offset long descriptions should be trimmed. Note that this setting will only affect new or updated content and will not affect existing teasers.")
+ '#description' => t("The maximum number of characters used in the trimmed version of content.")
);
}