X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fhdd_atasmart.c;h=f3e6619b597d828d95ba46f8a871887af73ceb32;hb=86f55af0ce65d6c8600befee313c5da4315170f4;hp=3606c8e16467e97709447d8bb4af816c2d16845d;hpb=8a73e67a25fc6035e4fabacaa20a65dee016d659;p=psensor.git diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index 3606c8e..f3e6619 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -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);