diff -r 220f2f30bf68 -r 14231379bec2 thermferm/devices.c --- a/thermferm/devices.c Tue Sep 15 14:50:35 2015 +0200 +++ b/thermferm/devices.c Tue Sep 15 15:37:39 2015 +0200 @@ -566,7 +566,7 @@ if (i == 0) { ndev->direction = DEVDIR_INTERN; ndev->inuse = 1; - ndev->comment = xstrcpy((char *)"RS433 Mhz transmitter"); + ndev->comment = xstrcpy((char *)"433 Mhz transmitter"); } else if (i == 3) { ndev->direction = DEVDIR_INTERN; ndev->inuse = 1;