diff --git a/htdocs/compta/prelevement/fiche.php b/htdocs/compta/prelevement/fiche.php
index 17b645069560c6712302068afc58b360fc813a15..2b71a1c865a1b76dc74c087d8761d702b691c887 100644
--- a/htdocs/compta/prelevement/fiche.php
+++ b/htdocs/compta/prelevement/fiche.php
@@ -1,6 +1,6 @@
 <?PHP
-/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
+/* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
+ * Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -147,7 +147,7 @@ if ($_GET["id"])
 
       if ($_GET["action"] == 'credite')
 	{
-	  $html->form_confirm("fiche.php?id=".$bon->id,"Classer comme cr�dit�","Etes-vous s�r de vouloir classer ce bon de pr�l�vement comme cr�dit� sur votre compte bancaire ?","confirm_credite");
+	  $html->form_confirm("fiche.php?id=".$bon->id,$langs->trans("ClassCredited"),$langs->trans("ClassCreditedConfirm"),"confirm_credite");
 	  print '<br />';
 	}
 
diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang
index 0a84ba83bb29e47138a267d1f35f96d74664784b..22a1674ee6fc20e9038fd04487995c98a65ea735 100755
--- a/htdocs/langs/en_US/withdrawals.lang
+++ b/htdocs/langs/en_US/withdrawals.lang
@@ -30,4 +30,5 @@ MakeWithdrawRequest=Make a withdraw request
 ThirdPartyBankCode=Third party bank code
 ThirdPartyDeskCode=Third party desk code
 NoInvoiceCouldBeWithdrawed=No invoice withdrawed with success. Check that invoice are on companies with a valid BAN.
-ClassCredited=Classer cr�dit�
\ No newline at end of file
+ClassCredited=Classify credited
+ClassCreditedConfirm=Are you sure you want to classify this withdrawal receipt as credited on your bank account ?
diff --git a/htdocs/langs/fr_FR/withdrawals.lang b/htdocs/langs/fr_FR/withdrawals.lang
index b045c21110582682bf32b8063ff47884e191b1c4..2ab57949e7f0a8abc0d8b9f7bbd6befa297a8ae1 100755
--- a/htdocs/langs/fr_FR/withdrawals.lang
+++ b/htdocs/langs/fr_FR/withdrawals.lang
@@ -30,4 +30,5 @@ MakeWithdrawRequest=Faire une demande de pr
 ThirdPartyBankCode=Code banque du tiers
 ThirdPartyDeskCode=Code guichet du tiers
 NoInvoiceCouldBeWithdrawed=Aucune facture pr�levable, pr�lev� avec succ�s. V�rifiez que les factures sont sur des soci�t�s dont le BAN(RIB) est correctement renseign�.
-ClassCredited=Classer cr�dit�
\ No newline at end of file
+ClassCredited=Classer cr�dit�
+ClassCreditedConfirm=Etes-vous sur de vouloir classer ce bon de pr�l�vement comme cr�dit� sur votre compte bancaire ?
\ No newline at end of file