diff --git a/src/apps/activitymonitor/DataSource.cpp b/src/apps/activitymonitor/DataSource.cpp index 5268167198..dca413e87a 100644 --- a/src/apps/activitymonitor/DataSource.cpp +++ b/src/apps/activitymonitor/DataSource.cpp @@ -870,7 +870,7 @@ CPUUsageDataSource::_SetCPU(int32 cpu) fCPU = cpu; fLabel = "CPU"; if (SystemInfo().CPUCount() > 1) - fLabel << " " << cpu; + fLabel << " " << cpu + 1; fShortLabel = fLabel; fLabel << " usage";