diff --git a/src/libsysprof-ui/sysprof-capture-view.c b/src/libsysprof-ui/sysprof-capture-view.c index 520b8e14..6a0f315c 100644 --- a/src/libsysprof-ui/sysprof-capture-view.c +++ b/src/libsysprof-ui/sysprof-capture-view.c @@ -218,7 +218,7 @@ add_marks_to_details (SysprofCaptureView *self) sysprof_details_view_add_item (priv->details_view, g_object_new (GTK_TYPE_LABEL, "attributes", dim_attrs, - "label", "Ø", + "label", "Avg", "xalign", 1.0f, "visible", TRUE, NULL),