From c807bbf3a6d7eeb2e2dabcff582a2ff9a1a1d636 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Jun 2005 14:37:21 +0000 Subject: [PATCH] Trad: Traduction --- htdocs/comm/action/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 69cdbe4f122..6f39b544ab5 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -268,7 +268,7 @@ if ($_GET["action"] == 'create') add_row_for_webcal_link(); - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print ''; print ''; print ''; @@ -391,8 +391,8 @@ if ($_GET["action"] == 'create') add_row_for_webcal_link(); - // Description - print ''.$langs->trans("Description").''; + // Note + print ''.$langs->trans("Note").''; print ''; print ''; @@ -467,7 +467,7 @@ if ($_GET["id"]) if ($act->note) { - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print nl2br($act->note).''; } print ''; @@ -495,7 +495,7 @@ if ($_GET["id"]) if ($act->note) { - print ''.$langs->trans("Description").''; + print ''.$langs->trans("Note").''; print nl2br($act->note).''; } print '';