From 44eb71780ac5a7e72ba9106c20eef913b29abd05 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Fri, 26 Jan 2007 23:53:57 +0000 Subject: Mark strings as translatable. See bug #399381 for details. svn path=/trunk/; revision=33152 --- plugins/groupwise-features/junk-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-features/junk-settings.c') diff --git a/plugins/groupwise-features/junk-settings.c b/plugins/groupwise-features/junk-settings.c index 2575addc72..c5f7cd1177 100644 --- a/plugins/groupwise-features/junk-settings.c +++ b/plugins/groupwise-features/junk-settings.c @@ -421,7 +421,7 @@ junk_settings_construct (JunkSettings *js) gtk_widget_show (GTK_WIDGET (js->entry_list)); js->cell = gtk_cell_renderer_text_new (); - js->column = gtk_tree_view_column_new_with_attributes ("Email", js->cell, "text", 0, NULL); + js->column = gtk_tree_view_column_new_with_attributes (_("Email"), js->cell, "text", 0, NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (js->entry_list), GTK_TREE_VIEW_COLUMN (js->column)); -- cgit v1.2.3