added summary for fan notification
[psensor.git] / src / ui_notify.c
index 8993a18..d8bf542 100644 (file)
@@ -75,6 +75,8 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui)
 
                if (is_temp_type(sensor->type))
                        summary = _("Temperature alert");
+               else if (is_fan_type(sensor->type))
+                       summary = _("Fan alert");
                else
                        summary = _("N/A");