From 704526621769d7c90e7b84b6f97928107fc7a66a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 10 May 2010 17:04:56 +0000 Subject: [PATCH] Fix: traduction --- htdocs/adherents/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 6e3f133ad25..d7421a22dc4 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -1340,7 +1340,7 @@ if ($rowid && $action != 'edit') if ($user->rights->societe->creer) { if ($adh->statut != -1) print ''.$langs->trans("CreateDolibarrThirdParty").''; - else print ''.$langs->trans("CreateDolibarrLogin").''; + else print ''.$langs->trans("CreateDolibarrThirdParty").''; } else {