made sensor type translatable
[psensor.git] / src / lib / nvidia.c
index 92d7574..44d64d1 100644 (file)
@@ -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
@@ -72,7 +72,7 @@ static struct psensor *create_sensor(int id, int values_len)
 
        s = psensor_create(sid,
                           strdup(name),
-                          strdup("Nvidia GPU"),
+                          strdup(_("NVidia GPU")),
                           t,
                           values_len);