From cc407f6216264cafc0a239439dab6ae8e549be9f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 19 May 2008 19:02:50 +0000 Subject: [PATCH] Fix: traduction --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 51715689575..079c45ad5ec 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -289,7 +289,7 @@ echo ' '; echo ' '.$langs->trans("Monday")."\n"; echo ' '.$langs->trans("Tuesday")."\n"; echo ' '.$langs->trans("Wednesday")."\n"; -echo ' '.$langs->trans("Thirday")."\n"; +echo ' '.$langs->trans("Thursday")."\n"; echo ' '.$langs->trans("Friday")."\n"; echo ' '.$langs->trans("Saturday")."\n"; echo ' '.$langs->trans("Sunday")."\n";