From 16c66c3fb42322869636ea50f2846e01288e8439 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Fri, 26 May 2006 07:34:38 +0000 Subject: [PATCH] Fix: traduction --- htdocs/compta/commande/fiche.php | 2 +- htdocs/expedition/commande.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index 2a75ee5f789..88776ec43f7 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -206,7 +206,7 @@ if ($_GET["id"] > 0) // Conditions et modes de r�glement print '<tr><td height="10">'; print '<table class="nobordernopadding" width="100%"><tr><td>'; - print $langs->trans('PaymentConditions'); + print $langs->trans('PaymentConditionsShort'); print '</td>'; if ($_GET['action'] != 'editconditions' && $commande->brouillon) print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editconditions&id='.$commande->id.'">'.img_edit($langs->trans('SetConditions'),1).'</a></td>'; diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index 082256d0643..5d2dd449eed 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -206,7 +206,7 @@ if ($_GET["id"] > 0) // Conditions et modes de r�glement print '<tr><td height="10">'; print '<table class="nobordernopadding" width="100%"><tr><td>'; - print $langs->trans('PaymentConditions'); + print $langs->trans('PaymentConditionsShort'); print '</td>'; if ($_GET['action'] != 'editconditions' && $commande->brouillon) print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editconditions&id='.$commande->id.'">'.img_edit($langs->trans('SetConditions'),1).'</a></td>'; -- GitLab