aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 5b2ecb40..a90cbc0a 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -762,7 +762,8 @@ gchar *callback_sensors()
"%s\n"
"%s",
sensors,
- _("Sensor"), _("Value"), _("Type"), /* column labels */
+ _("Sensor"), _("Value"),
+ SENSORS_GROUP_BY_TYPE ? _("Driver"): _("Type"),
lginterval,
sensor_icons);
}