diff options
Diffstat (limited to 'mail/em-vfolder-editor.c')
-rw-r--r-- | mail/em-vfolder-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-vfolder-editor.c b/mail/em-vfolder-editor.c index 24ca862104..781a80bb19 100644 --- a/mail/em-vfolder-editor.c +++ b/mail/em-vfolder-editor.c @@ -101,7 +101,7 @@ em_vfolder_editor_new (EMVFolderContext *vc) GladeXML *gui; gui = glade_xml_new (EVOLUTION_GLADEDIR "/filter.glade", "rule_editor", NULL); - rule_editor_construct ((RuleEditor *) ve, (RuleContext *) vc, gui, "incoming", _("v_Folders")); + rule_editor_construct ((RuleEditor *) ve, (RuleContext *) vc, gui, "incoming", _("Search _Folders")); gtk_widget_hide(glade_xml_get_widget (gui, "filter_source")); g_object_unref (gui); |