diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php
index dcdc095e89f..0b21b16d7f1 100644
--- a/htdocs/compta/propal.php
+++ b/htdocs/compta/propal.php
@@ -459,12 +459,12 @@ if ($_GET["propalid"] > 0)
if ($propal->statut == 2 && $user->rights->facture->creer)
{
- print '".$langs->trans("BuildBill")."";
+ print '".$langs->trans("BuildBill")."";
}
if ($propal->statut == 2 && sizeof($propal->getInvoiceArrayList()))
{
- print '".$langs->trans("ClassifyBilled")."";
+ print '".$langs->trans("ClassifyBilled")."";
}
}
print "";