diff options
author | Rodney Dawes <dobey@novell.com> | 2005-08-08 05:18:18 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-08-08 05:18:18 +0800 |
commit | 66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e (patch) | |
tree | 7011c121babd4026b1c61266439af3c905819237 /mail/mail.error.xml | |
parent | ccc955ed48061223f903afe8bbd16b6d9d2ffd88 (diff) | |
download | gsoc2013-evolution-66b8f8dd771109e2a3ce4efd0c8cd721d7fdfa9e.tar.gz 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/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 5cb2138bdb..7ab4d23209 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -278,18 +278,19 @@ all proxy information will be deleted permanently.</_secondary> </error> <error id="vfolder-notexist" type="error"> - <_primary>Cannot edit vFolder "{0}" as it does not exist.</_primary> - <_secondary xml:space="preserve">This folder may have been added implicitly, go to the vFolder editor to add it explicitly, if required.</_secondary> + <_primary>Cannot edit Search Folder "{0}" as it does not exist.</_primary> + <_secondary xml:space="preserve">This folder may have been added implicitly, +go to the Search Folder editor to add it explicitly, if required.</_secondary> </error> <error id="vfolder-notunique" type="error"> - <_primary>Cannot add vFolder "{0}".</_primary> + <_primary>Cannot add Search Folder "{0}".</_primary> <_secondary xml:space="preserve">A folder named "{1}" already exists. Please use a different name.</_secondary> </error> <error id="vfolder-updated" type="info"> - <_primary>vFolders automatically updated.</_primary> - <_secondary xml:space="preserve">The following vFolder(s): + <_primary>Search Folders automatically updated.</_primary> + <_secondary xml:space="preserve">The following Search Folder(s): {0} Used the now removed folder: "{1}" @@ -312,7 +313,7 @@ And have been updated.</_secondary> <error id="no-name-vfolder" type="error"> <_primary>Missing name.</_primary> - <_secondary xml:space="preserve">You must name this vFolder.</_secondary> + <_secondary xml:space="preserve">You must name this Search Folder.</_secondary> </error> <error id="vfolder-no-source" type="error"> |