diff options
author | Frédéric Péters <fpeters@gnome.org> | 2009-02-17 05:24:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-17 05:24:33 +0800 |
commit | d3663278d391680b6bef16f383e0fc7db8d8ac18 (patch) | |
tree | d4add4cb87b4b35a3b9453d2ec35dacdc56900d6 | |
parent | c0781955b2260f4e280e8f52032979367f09fcd5 (diff) | |
download | gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar.gz gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar.bz2 gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar.lz gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar.xz gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.tar.zst gsoc2013-empathy-d3663278d391680b6bef16f383e0fc7db8d8ac18.zip |
add a translator comment to describe 'Import'
From: Frédéric Péters <fpeters@gnome.org>
svn path=/trunk/; revision=2477
-rw-r--r-- | src/empathy-import-dialog.c | 1 |
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); |