From 8e8492bdd9b8e1d9c08df1f510dd1853587f96de Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 1 Feb 2005 19:30:49 +0000 Subject: Replace "_Virtual Folder" with "_vFolder" for the search menu to create a 2005-02-01 Rodney Dawes * em-folder-browser.c: Replace "_Virtual Folder" with "_vFolder" for the search menu to create a vfolder from a search * em-folder-tree-model.c (sort_cb): s/VFolders/vFolders/ for sorting in the folder tree (em_folder_tree_model_load_state): s/VFolders/vFolders/ in a comment * em-folder-view.c: s/VFolder/vFolder/ for the popup menu * em-vfolder-editor.c (em_vfolder_editor_new): Replace the string "Virtual _Folders" with "v_Folders" for the label * em-vfolder-rule.c (em_vfolder_editor_sourcelist_new): Repalce the string "VFolder source" with "vFolder source" * mail-errors.xml: * mail-errors.xml.h: Replace "virtual folder" with "vFolder" in an error string * mail-vfolder.c (vfolder_setup_desc): s/vfolder/vFolder/ (vfolder_setup_do): s/vfolder/vFolder/ (vfolder_load_storage): s/VFolders/vFolders/ (vfolder_edit_rule): s/VFolder/vFolder/ (vfolder_gui_add_rule): s/VFolder/vFolder/ Fixes #68137 svn path=/trunk/; revision=28664 --- mail/mail-errors.xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-errors.xml.h') diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 916570a159..ba728c520d 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -190,7 +190,7 @@ char *s = N_("_Discard changes"); /* mail:vfolder-notexist primary */ char *s = N_("Cannot edit vFolder \"{0}\" as it does not exist."); /* mail:vfolder-notexist secondary */ -char *s = N_("This folder may have been added implicitly, go to the virtual folder editor to add it explicitly, if required."); +char *s = N_("This folder may have been added implicitly, go to the vFolder editor to add it explicitly, if required."); /* mail:vfolder-notunique primary */ char *s = N_("Cannot add vFolder \"{0}\"."); /* mail:vfolder-notunique secondary */ -- cgit v1.2.3