summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r--modules/archive/archive.module2
1 files changed, 0 insertions, 2 deletions
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.');
}
}