X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_notify.c;h=7e7217d820a5150d10a849e45197546ea68b59c9;hb=f3b05dae619a7909bd7422b3a82422c9442aa114;hp=8993a18241fd1b17a96e4a6f4593cbf5aa3e3cb3;hpb=fec81dab5b5cf23752a70c25f1adf07602a023b9;p=psensor.git diff --git a/src/ui_notify.c b/src/ui_notify.c index 8993a18..7e7217d 100644 --- a/src/ui_notify.c +++ b/src/ui_notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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");