diff options
-rw-r--r-- | ui/ChangeLog | 9 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 10 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 2 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
4 files changed, 16 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b1ee2caa0a..7cb0adbcf6 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,12 @@ +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-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 49c47d5b60..f28172e436 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -38,23 +38,23 @@ pixtype="stock" pixname="gtk-select-all"/> <cmd name="ContactsSaveAsVCard" _label="Save as VCard..." - _tip="Save selected contacts as a VCard." + _tip="Save selected contacts as a VCard" accel="*Control*s" pixtype="pixbuf"/> <cmd name="ContactsSendContactToOther" _label="Forward Contact" - _tip="Send selected contacts to another person." + _tip="Send selected contacts to another person" pixtype="pixbuf"/> <cmd name="ContactsSendMessageToContact" _label="Send message to contact" - _tip="Send a message to the selected contacts." + _tip="Send a message to the selected contacts" pixtype="pixbuf"/> <cmd name="ContactsCopyToFolder" _label="Copy to Folder..." - _tip="Copy Selected Contacts to Another Folder..." + _tip="Copy selected contacts to another folder" accel="*Control**Shift*y"/> <cmd name="ContactsMoveToFolder" _label="Move to Folder..." - _tip="Move Selected Contacts to Another Folder..." + _tip="Move selected contacts to another folder" accel="*Control**Shift*v"/> <cmd name="ContactsViewPreview" _label="Contact _Preview" 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"/> |