diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
index 796aa1fa89d124f71551e95c050cd59725f597e4..5c54cae4174c1870bc52df06d0f4a457e4ef8e84 100644
--- a/htdocs/projet/class/project.class.php
+++ b/htdocs/projet/class/project.class.php
@@ -770,7 +770,7 @@ class Project extends CommonObject
             if ($statut == 1)
                 return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut4');
             if ($statut == 2)
-                return img_picto($langs->trans($this->statuts_short[$statut]), 'statut6') . ' ' . $langs->trans($this->statuts_short[$statut]);
+                return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut6');
         }
     }