diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-08 06:04:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-08 06:04:53 +0800 |
commit | d6445f8abfa78c0a9c8680a3ba7422d331391f8f (patch) | |
tree | 8d462e7747bccdc2108837401fd295dfa160943d /ui | |
parent | 6140798719beb44abaa4de89043f6d911c977621 (diff) | |
download | gsoc2013-evolution-d6445f8abfa78c0a9c8680a3ba7422d331391f8f.tar.gz gsoc2013-evolution-d6445f8abfa78c0a9c8680a3ba7422d331391f8f.tar.zst gsoc2013-evolution-d6445f8abfa78c0a9c8680a3ba7422d331391f8f.zip |
Merge revisions 36685:36729 from trunk.
svn path=/branches/kill-bonobo/; revision=36763
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 15 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 2 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b1ee2caa0a..c591ce10b6 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,18 @@ +2008-11-03 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #559040 + + * evolution-addressbook.xml: + * evolution-mail-global.xml: + * evolution-mail-list.xml: + No period at the end of tooltips, and use sentence case. + +2008-11-03 Ashish Shrivastava <shashish@novell.com> + + ** Support for Non-intrusive error in calendar. + + * evolution-calendar.xml: Add menu for HelpDebug. + 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 737914f640..c582cd6b62 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -109,7 +109,7 @@ <!-- <menuitem name="CreateVFolder" verb="CreateVFolder" _label="_New Search _Folder (FIXME)"/> --> - <menuitem name="ToolsSubscriptions" verb="" _label="_Subscriptions"/> + <menuitem name="ToolsSubscriptions" verb="" _label="_Subscriptions..."/> <separator f="" name="Folder1"/> diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 5071228f8d..95b62eb996 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -130,7 +130,7 @@ <placeholder name="FolderOps"> <menuitem name="FolderRename" verb="" _label="_Rename..."/> - <menuitem name="FolderRefresh" verb="" _label="Re_fresh..."/> + <menuitem name="FolderRefresh" verb="" _label="Re_fresh"/> <menuitem name="FolderDelete" verb="" _label="_Delete"/> <separator f="" name="FolderOps1"/> |