From d3663278d391680b6bef16f383e0fc7db8d8ac18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 16 Feb 2009 21:24:33 +0000 Subject: [PATCH] add a translator comment to describe 'Import' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From: Frédéric Péters svn path=/trunk/; revision=2477 --- src/empathy-import-dialog.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2