]> git.0d.be Git - empathy.git/commitdiff
add a translator comment to describe 'Import'
authorFrédéric Péters <fpeters@gnome.org>
Mon, 16 Feb 2009 21:24:33 +0000 (21:24 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 16 Feb 2009 21:24:33 +0000 (21:24 +0000)
From: Frédéric Péters <fpeters@gnome.org>

svn path=/trunk/; revision=2477

src/empathy-import-dialog.c

index 61d12e5cbd3f06ceb49ae949efdae7206b79dd0d..80e2d747abe67a5e398d19bb7fcee523e2738803 100644 (file)
@@ -251,6 +251,7 @@ import_dialog_set_up_account_list (EmpathyImportDialog *dialog)
   /* Import column */
   cell = gtk_cell_renderer_toggle_new ();
   gtk_tree_view_insert_column_with_attributes (view, -1,
+      /* Translators: this is the header of a treeview column */
       _("Import"), cell,
       "active", COL_IMPORT,
       NULL);