From 5bed42e8ef00736d5658cdf83e67ed68205089da Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Nov 2003 01:22:40 +0000 Subject: - Translation fix: the date in the calendar block could not be translated. Patch by Goba. - Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba. - Translation fix: the ping module's help text was translated twice. Patch by Goba. --- modules/archive/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 49130bdbf..a8a5e0cb8 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -83,7 +83,7 @@ function archive_calendar($original = 0) { $output .= "\n\n"; $output .= "
"; $output .= "\n"; - $output .= " \n"; + $output .= " \n"; // First day of week (0 => Sunday, 1 => Monday, ...) $weekstart = variable_get("default_firstday", 0); -- cgit v1.2.3
". l("«", "archive/". date("Y/m/d", $prev)) ." ". date("F Y", $requested) ." ". ($nextmonth <= time() ? l("»", "archive/". date("Y/m/d", $next)) : " ") ."
". l("«", "archive/". date("Y/m/d", $prev)) ." ". t(date("F", $requested)) . date(" Y", $requested) ." ". ($nextmonth <= time() ? l("»", "archive/". date("Y/m/d", $next)) : " ") ."