From 058971c33b8dca63fd33b188328fc3e3ec9fb372 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Oct 2003 14:55:27 +0000 Subject: - Help improvements and translation improvements from Michael. Thanks! --- modules/archive/archive.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index c12272c04..e9ce7e0fe 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -6,14 +6,14 @@ function archive_help($section) { switch ($section) { case 'admin/system/modules': - $output = "Displays a calendar to navigate old content."; + $output = t("Displays a calendar to navigate old content."); break; case 'admin/system/modules/archive': - $output = "Choose the starting \"day of the week\" for the displayed calendar block."; + $output = t("Choose the starting \"day of the week\" for the displayed calendar block."); break; } - return t($output); + return $output; } function archive_system($field){ $output = ""; -- cgit v1.2.3