X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fhdd_atasmart.c;h=f3e6619b597d828d95ba46f8a871887af73ceb32;hp=8da5c850cb25bbaaa230be4e3de106388bb79883;hb=refs%2Ftags%2Fupstream%2F1.0.1;hpb=162a992f0f857ef0969d64206b9762f0d054528f 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);