graph is more appropriate than enabled
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 08:38:15 +0000 (08:38 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 08:38:15 +0000 (08:38 +0000)
src/ui_sensorlist.c

index f4eae39..cdc57e1 100644 (file)
@@ -346,7 +346,7 @@ static void create_widget(struct ui_psensor *ui)
        renderer = gtk_cell_renderer_toggle_new();
        gtk_tree_view_insert_column_with_attributes(ui_sl->treeview,
                                                    -1,
-                                                   _("Enabled"),
+                                                   _("Graph"),
                                                    renderer,
                                                    "active", COL_ENABLED,
                                                    NULL);