Index: trunk/tools/czartool/Czarplot.pm
===================================================================
--- trunk/tools/czartool/Czarplot.pm	(revision 28802)
+++ trunk/tools/czartool/Czarplot.pm	(revision 28803)
@@ -209,4 +209,6 @@
     else {$title = "'All stages'"}
 
+    $title .= " for '$label' between '$fromTime' and '$toTime'";
+
     open (GP, "|/usr/bin/gnuplot -persist") or die "no gnuplot";
     use FileHandle;
@@ -216,5 +218,5 @@
         "set term $self->{_outputFormat};" .
         "set output \"$outputFile\";" .
-        "set title \"$title for '$label' since $fromTime\";" .
+        "set title \"$title\";" .
         "set key left top;" .
         "set xdata time;" .
@@ -265,5 +267,5 @@
         "set term $self->{_outputFormat};" .
         "set output \"$outputFile\";" .
-        "set title \"Processing status for '$label' since $fromTime\";" .
+        "set title \"Processing status for '$label' from '$fromTime' to '$toTime'\";" .
         "set grid;" .
         "set boxwidth;" .
