X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fhdd_atasmart.c;h=f3e6619b597d828d95ba46f8a871887af73ceb32;hp=7e996481ba72a812799fdf6a9c04094040fe19a8;hb=f59206913efca168851e1a3f57b1b0f5a50495ec;hpb=1438bc505641cd98fe3af323fb2329c3284e157f diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index 7e99648..f3e6619 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 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 @@ -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);