summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-03 15:56:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-03 15:56:04 +0000
commitf14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef (patch)
treeaabaedd1ef971ad97815d9e30c56e9723b3d0318 /modules/aggregator
parent3a457c36144afe295f4a2f8540b20d30c0d1055c (diff)
downloadbrdo-f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef.tar.gz
brdo-f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef.tar.bz2
- Patch #25928 by Uwe: 'the the' -> 'the'.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 326c194bf..6c3eff9d0 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -642,7 +642,7 @@ function aggregator_form_feed($edit = array()) {
if ($category->fid) $values[] = check_plain($category->cid);
}
if ($options) {
- $form .= form_checkboxes(t('Categorize news items'), 'category', $values, $options, t('New items in this feed will be automatically filed in the the checked categories as they are received.'));
+ $form .= form_checkboxes(t('Categorize news items'), 'category', $values, $options, t('New items in this feed will be automatically filed in the checked categories as they are received.'));
}
// Form buttons: