Merge pull request #3885 from GPCsolutions/dolibarr-3870

Fix #3870 Missing translation
This commit is contained in:
Laurent Destailleur 2015-11-05 02:32:48 +01:00
commit e12c8fea79
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ if ($socid > 0)
print '<table class="border" width="100%">';
// Name
print '<tr><td width="20%">'.$langs->trans("Thirdparty").'</td><td width="80%" colspan="3">'.$societe->getNomUrl(1).'</td></tr>';
print '<tr><td width="20%">'.$langs->trans("ThirdParty").'</td><td width="80%" colspan="3">'.$societe->getNomUrl(1).'</td></tr>';
// Prefix
if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field

View File

@ -1042,7 +1042,7 @@ if ($action == 'create')
// Thirdparty
print '<tr>';
print '<td class="fieldrequired">'.$langs->trans('Thirdparty').'</td>';
print '<td class="fieldrequired">'.$langs->trans('ThirdParty').'</td>';
if ($socid>0)
{
print '<td colspan="2">';