diff --git a/scripts/graphstats.py b/scripts/graphstats.py
index b00477f98..f0e24c919 100755
--- a/scripts/graphstats.py
+++ b/scripts/graphstats.py
@@ -161,7 +161,7 @@ def plot_system(data):
 
     # Build plot
     fig, ax1 = matplotlib.pyplot.subplots()
-    ax1.set_title("MCU bandwidth and load utilization")
+    ax1.set_title("System load utilization")
     ax1.set_xlabel('Time')
     ax1.set_ylabel('Load (% of a core)')
     ax1.plot_date(times, sysloads, '-', label='system load',