Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 6132)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 6134)
@@ -812,7 +812,7 @@
   gr->Draw("L");
 
-  TLegend *leg = new TLegend(0.8,0.65,0.99,0.99);
+  TLegend *leg = new TLegend(0.75,0.7,0.99,0.99);
   leg->SetBit(kCanDelete);
-  leg->AddEntry(gr,"Trigger Time Calib.","l");
+  leg->AddEntry(gr,"Trigger Calibration","l");
   leg->Draw();
 }
