diff options
author | Nickolay V. Shmyrev <nshmyrev@src.gnome.org> | 2007-01-27 07:53:57 +0800 |
---|---|---|
committer | Nickolay V. Shmyrev <nshmyrev@src.gnome.org> | 2007-01-27 07:53:57 +0800 |
commit | 44eb71780ac5a7e72ba9106c20eef913b29abd05 (patch) | |
tree | b6360a88d2b2d6ce69e376d9350a917f0754079e /plugins/groupwise-features/junk-settings.c | |
parent | fcfe102b0c0340918e013b7f3cb39fb5560a4fef (diff) | |
download | gsoc2013-evolution-44eb71780ac5a7e72ba9106c20eef913b29abd05.tar.gz gsoc2013-evolution-44eb71780ac5a7e72ba9106c20eef913b29abd05.tar.zst gsoc2013-evolution-44eb71780ac5a7e72ba9106c20eef913b29abd05.zip |
Mark strings as translatable. See bug #399381 for details.
svn path=/trunk/; revision=33152
Diffstat (limited to 'plugins/groupwise-features/junk-settings.c')
-rw-r--r-- | plugins/groupwise-features/junk-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |