diff --git a/bureau/admin/stats_members.php b/bureau/admin/stats_members.php index e515c921..21af3754 100644 --- a/bureau/admin/stats_members.php +++ b/bureau/admin/stats_members.php @@ -29,7 +29,7 @@ */ @require_once("../class/config.php"); if ((@include_once 'Image/Graph.php') === FALSE) { - echo "

". _("Image_Graph not installed. use 'aptitude install php-pear' then 'pear --alldeps install Image_Graph-devel' to see the graph.")."

"; + echo "

". _("Image_Graph not installed. use 'aptitude install php-pear' then 'pear install --alldeps Image_Graph-devel' to see the graph.")."

"; exit(0); }