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, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index de6b87948..166ffd5d1 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -12,7 +12,7 @@
function archive_help($section) {
switch ($section) {
case 'admin/modules#description':
- return t('Displays a calendar to navigate old content.');
+ return t('Displays a calendar for navigating older content.');
}
}