aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-08-08 05:18:18 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-08-08 05:18:18 +0800
commit66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e (patch)
tree7011c121babd4026b1c61266439af3c905819237 /mail/em-utils.c
parentccc955ed48061223f903afe8bbd16b6d9d2ffd88 (diff)
downloadgsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.gz
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.bz2
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.lz
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.xz
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.zst
gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.zip
Change instances of "vfolder" that appear in the UI to use the term
2005-08-07 Rodney Dawes <dobey@novell.com> * em-folder-browser.c (emfb_search_items): * em-folder-tree-model.c (sort_cb, em_folder_tree_model_load_state): * em-folder-tree.c (emft_drop_target): * em-folder-view.c (emfv_popup_items, emfv_uri_popups): * em-utils.c: * em-vfolder-editor.c (em_vfolder_editor_new): * em-vfolder-rule.c (em_vfolder_editor_sourcelist_new): * mail-dialogs.glade: * mail-vfolder.c (vfolder_setup_desc, vfolder_setup_do): (vfolder_adduri_desc, vfolder_load_storage, vfolder_edit): (vfolder_edit_rule, vfolder_gui_add_rule): * mail.error.xml: Change instances of "vfolder" that appear in the UI to use the term "Search Folder" instead Update some comments to use the term "Search Folder" instead of vfolder svn path=/trunk/; revision=30024
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 2a3ce82e75..f43f63f689 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -226,7 +226,7 @@ em_utils_check_user_can_send_mail (GtkWidget *parent)
return TRUE;
}
-/* Editing Filters/vFolders... */
+/* Editing Filters/Search Folders... */
static GtkWidget *filter_editor = NULL;