diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/archive.module | 2 | ||||
-rw-r--r-- | modules/archive/archive.module | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/modules/archive.module b/modules/archive.module index e67aff151..bcbd0f0c3 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 e67aff151..bcbd0f0c3 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.'); } } |