From f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Jul 2005 15:56:04 +0000 Subject: - Patch #25928 by Uwe: 'the the' -> 'the'. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator') 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: -- cgit v1.2.3