]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Fixed typo in graph in classes.inc
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 22 Oct 2010 16:32:13 +0000 (18:32 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Nov 2010 07:20:31 +0000 (08:20 +0100)
  - Changed from "None data to process" to "No data to process"

gui/bacula-web/classes.inc

index f84f44c4b577563e520df5fd43d9a88596584e93..b300c8f49db2c7bcaeff2dd04a875b58ffe4c002 100644 (file)
@@ -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;