libsysprof-ui: use "Avg" for label

Less esoteric
This commit is contained in:
Christian Hergert
2019-05-20 15:01:24 -07:00
parent 407ddec8d5
commit 344e7cfb86

View File

@ -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),