diff options
-rw-r--r-- | modules/aggregator.module | 2 | ||||
-rw-r--r-- | modules/aggregator/aggregator.module | 2 | ||||
-rw-r--r-- | modules/book.module | 2 | ||||
-rw-r--r-- | modules/book/book.module | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index 326c194bf..6c3eff9d0 100644 --- a/modules/aggregator.module +++ b/modules/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: 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: diff --git a/modules/book.module b/modules/book.module index 094844d93..d4e408ccb 100644 --- a/modules/book.module +++ b/modules/book.module @@ -299,7 +299,7 @@ function book_outline() { /** - * Return the the most recent revision that matches the specified conditions. + * Return the most recent revision that matches the specified conditions. */ function book_revision_load($page, $conditions = array()) { diff --git a/modules/book/book.module b/modules/book/book.module index 094844d93..d4e408ccb 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -299,7 +299,7 @@ function book_outline() { /** - * Return the the most recent revision that matches the specified conditions. + * Return the most recent revision that matches the specified conditions. */ function book_revision_load($page, $conditions = array()) { |