diff --git a/htdocs/comm/prospect/list.php b/htdocs/comm/prospect/list.php
index 7259cff218e..e58694fa0f8 100644
--- a/htdocs/comm/prospect/list.php
+++ b/htdocs/comm/prospect/list.php
@@ -438,10 +438,10 @@ if ($resql)
// Prospect status
print '
';
$arraystcomm=array();
- foreach($prospectstatic->cacheprospectstatus as $key => $val)
- {
- $arraystcomm[$val['id']]=$val['label'];
- }
+ foreach($prospectstatic->cacheprospectstatus as $key => $val)
+ {
+ $arraystcomm[$val['id']]=($langs->trans("StatusProspect".$val['id']) != "StatusProspect".$val['id'] ? $langs->trans("StatusProspect".$val['id']) : $val['label']);
+ }
print $form->selectarray('search_stcomm', $arraystcomm, $search_stcomm, -2);
print ' | ';