aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@gnome.org>2009-02-17 05:24:33 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-17 05:24:33 +0800
commite9e14c61cab48d601040b38cb66762fd0a878607 (patch)
treed4add4cb87b4b35a3b9453d2ec35dacdc56900d6
parent5a26c2690987b2f7e605b8e2efb9b7c7ac6f6d27 (diff)
downloadgsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar.gz
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar.bz2
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar.lz
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar.xz
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.tar.zst
gsoc2013-empathy-e9e14c61cab48d601040b38cb66762fd0a878607.zip
add a translator comment to describe 'Import'
From: Frédéric Péters <fpeters@gnome.org> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2477 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--src/empathy-import-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index 61d12e5cb..80e2d747a 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);