renamed value column to value and 'valeur' in french
[psensor.git] / src / ui_sensorlist.c
index ad49b22..d568c9c 100644 (file)
@@ -73,6 +73,7 @@ void ui_sensorlist_update(struct ui_psensor *ui)
                str = psensor_value_to_string(s->type,
                                              s->measures[s->values_max_length -
                                                          1].value.d_num);
+
                gtk_list_store_set(GTK_LIST_STORE(model), &iter, COL_TEMP, str,
                                   -1);
                free(str);
@@ -312,7 +313,7 @@ static void create_widget(struct ui_psensor *ui)
 
        gtk_tree_view_insert_column_with_attributes(ui_sl->treeview,
                                                    -1,
-                                                   _("Current"),
+                                                   _("Value"),
                                                    renderer,
                                                    "text", COL_TEMP, NULL);