From 513158a0f16435d6645aa76f3529e89afb225da2 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 22 Oct 2010 18:32:13 +0200 Subject: [PATCH] bacula-web: Fixed typo in graph in classes.inc - Changed from "None data to process" to "No data to process" --- gui/bacula-web/classes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bacula-web/classes.inc b/gui/bacula-web/classes.inc index f84f44c4b5..b300c8f49d 100644 --- a/gui/bacula-web/classes.inc +++ b/gui/bacula-web/classes.inc @@ -319,7 +319,7 @@ class BCreateGraph extends BGraph { $img= @ImageCreate(200,100) or die ("Cannot intialize GD stream"); $bgc= ImageColorAllocate($img, 0, 255,255); $txc= ImageColorAllocate($img, 0,0,0); - ImageString($img, 5, 4, 4, "None data to process", $txc); + ImageString($img, 5, 4, 4, "No data to process", $txc); ImagePng($img); ImageDestroy($img); return; -- 2.39.5