From: Frédéric Péters Date: Mon, 16 Feb 2009 21:24:33 +0000 (+0000) Subject: add a translator comment to describe 'Import' X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=d3663278d391680b6bef16f383e0fc7db8d8ac18 add a translator comment to describe 'Import' From: Frédéric Péters svn path=/trunk/; revision=2477 --- diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index 61d12e5c..80e2d747 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -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);