X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fhdd_atasmart.c;h=f3e6619b597d828d95ba46f8a871887af73ceb32;hp=8da5c850cb25bbaaa230be4e3de106388bb79883;hb=c271a4d106a1242ff18b6f5aeb3f56280c7eaf2c;hpb=ff4ef48059048e93efa634e36d2ad10973a13de3 diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index 8da5c85..f3e6619 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -37,7 +37,7 @@ #include "pio.h" #include "hdd.h" -#include "log.h" +#include static int filter_sd(const char *p) { @@ -54,7 +54,7 @@ create_sensor(char *id, char *name, SkDisk *disk, int values_max_length) s = psensor_create(id, strdup(name), - strdup("HDD"), + strdup(_("Disk")), t, values_max_length);