aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-08-08 05:12:08 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-08-08 05:12:08 +0800
commitccc955ed48061223f903afe8bbd16b6d9d2ffd88 (patch)
tree202837279b4486a7c1c566523dab69da526de1f5 /ui
parenta0644cb01340f180fce67967a6b784ba53197804 (diff)
downloadgsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar.gz
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar.bz2
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar.lz
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar.xz
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.tar.zst
gsoc2013-evolution-ccc955ed48061223f903afe8bbd16b6d9d2ffd88.zip
Fix the tooltip for the Edit->Search Folders menu item to say "Search
2005-08-07 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Fix the tooltip for the Edit->Search Folders menu item to say "Search Folders" as well * evolution-mail-message.xml: Fix the tooltips and text for the menu items to create vfolders from message parts to say "Search Folder" svn path=/trunk/; revision=30023
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog8
-rw-r--r--ui/evolution-mail-global.xml2
-rw-r--r--ui/evolution-mail-message.xml16
3 files changed, 17 insertions, 9 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f81c833f97..3c2fe1b0b7 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-07 Rodney Dawes <dobey@novell.com>
+
+ * evolution-mail-global.xml: Fix the tooltip for the
+ Edit->Search Folders menu item to say "Search Folders" as well
+
+ * evolution-mail-message.xml: Fix the tooltips and text for the menu
+ items to create vfolders from message parts to say "Search Folder"
+
2005-08-05 Devashish Sharma <sdevashish@novell.com>
* evolution-message-composer.xml: Uisng the label "Save Draft" instead
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index 1cd706b8d3..1150db12fe 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -33,7 +33,7 @@
_tip="Subscribe or unsubscribe to folders on remote servers"/>
<cmd name="ToolsVFolders"
- _tip="Create or edit vFolder definitions"/>
+ _tip="Create or edit Search Folder definitions"/>
<cmd name="ViewPreview"
_tip="Show message preview window"
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 2948d81929..eb6fa5da55 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -195,16 +195,16 @@
_tip="Create a rule to filter messages with this subject"/>
<cmd name="ToolsVFolderMailingList"
- _tip="Create a vFolder for this mailing list"/>
+ _tip="Create a Search Folder for this mailing list"/>
<cmd name="ToolsVFolderRecipient"
- _tip="Create a vFolder for these recipients"/>
+ _tip="Create a Search Folder for these recipients"/>
<cmd name="ToolsVFolderSender"
- _tip="Create a vFolder for this sender"/>
+ _tip="Create a Search Folder for this sender"/>
<cmd name="ToolsVFolderSubject"
- _tip="Create a vFolder for this subject"/>
+ _tip="Create a Search Folder for this subject"/>
<cmd name="ViewFullHeaders"
_tip="Show message with all email headers"
@@ -374,10 +374,10 @@
<separator f="" name="RuleSeparator"/>
- <menuitem name="ToolsVFolderSubject" verb="" _label="VFolder on S_ubject..."/>
- <menuitem name="ToolsVFolderSender" verb="" _label="VFolder on Sen_der..."/>
- <menuitem name="ToolsVFolderRecipient" verb="" _label="VFolder on Recipients..."/>
- <menuitem name="ToolsVFolderMailingList" verb="" _label="VFolder on Mailing _List..."/>
+ <menuitem name="ToolsVFolderSubject" verb="" _label="Search Folder from S_ubject..."/>
+ <menuitem name="ToolsVFolderSender" verb="" _label="Search Folder from Sen_der..."/>
+ <menuitem name="ToolsVFolderRecipient" verb="" _label="Search Folder from Recipients..."/>
+ <menuitem name="ToolsVFolderMailingList" verb="" _label="Search Folder from Mailing _List..."/>
</submenu>
</placeholder>