diff --git a/modules/archive.module b/modules/archive.module index e67aff151d0..bcbd0f0c30d 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -13,8 +13,6 @@ function archive_help($section) { switch ($section) { case 'admin/modules#description': return t('Displays a calendar to navigate old content.'); - case 'admin/settings/archive': - return t('Choose the starting "day of the week" for the displayed calendar block.'); } } diff --git a/modules/archive/archive.module b/modules/archive/archive.module index e67aff151d0..bcbd0f0c30d 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -13,8 +13,6 @@ function archive_help($section) { switch ($section) { case 'admin/modules#description': return t('Displays a calendar to navigate old content.'); - case 'admin/settings/archive': - return t('Choose the starting "day of the week" for the displayed calendar block.'); } }