From 67c7ede0bbea6f2b005edc828b1267a47687d153 Mon Sep 17 00:00:00 2001 From: Sobak Date: Tue, 24 Jun 2014 07:53:58 +0200 Subject: [PATCH] Update label on charts --- scripts/gen_picture_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_picture_info.php b/scripts/gen_picture_info.php index 57b7a55..f6b8996 100644 --- a/scripts/gen_picture_info.php +++ b/scripts/gen_picture_info.php @@ -60,7 +60,7 @@ function generate_image($lang, $idx) { $percent[] = round($value * 100 / $total); } - $legend = array($percent[0] . '%% up to date ('.$up_to_date.')', $percent[1] . '%% critical ('.$critical.')', $percent[2] . '%% old ('.$old.')', $percent[3] . '%% missing ('.$missing.')', $percent[4] . '%% without revtag ('.$no_tag.')'); + $legend = array($percent[0] . '%% up to date ('.$up_to_date.')', $percent[1] . '%% critical ('.$critical.')', $percent[2] . '%% old ('.$old.')', $percent[3] . '%% missing ('.$missing.')', $percent[4] . '%% without EN-Revision ('.$no_tag.')'); $title = 'Details for '.$LANGUAGES[$lang].' PHP Manual'; $graph = new PieGraph(530,300);