From e59f1755121984e3bd438f73121e548d75d1e433 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Sep 2004 10:02:37 +0000 Subject: [PATCH] Trad: Traduction bouton "Enregistrer" --- htdocs/socnote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/socnote.php b/htdocs/socnote.php index c9fa7ee4534..6b869c6c263 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -101,7 +101,7 @@ if ($_GET["socid"] > 0) { print ''.nl2br($societe->note).''; print ""; print ""; - print ''; + print ''; } $db->close();