From 4728489fa8d421fb9e1abbe2344d7d36cf2a9942 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Feb 2011 22:17:47 +0000 Subject: [PATCH] Fix: Bad trans key --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 0e568a8443f..8dbb542eb7d 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -675,7 +675,7 @@ else } else { - print ''.$langs->trans('Name').''; + print ''.$langs->trans('ThirdPartyName').''; if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field { print ''.$langs->trans('Prefix').'';