libsysprof: use non-breaking space between units

This commit is contained in:
Christian Hergert
2023-07-26 11:52:26 -07:00
parent 379e2ec828
commit d8483691dc

View File

@ -174,7 +174,7 @@ sysprof_battery_charge_record_fiber (gpointer user_data)
g_strlcpy (counter->name, g_strstrip (model_name_data), sizeof counter->name);
else
g_strlcpy (counter->name, name, sizeof counter->name);
g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name);
g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name);
counter->value.v64 = 0;
g_array_append_val (charge_fds, charge_fd);