diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 697da62e04..4de78be9bd 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2005-08-05 Devashish Sharma <sdevashish@novell.com> + + * evolution-addressbook.xml: Removes translation issue. Fixes #261971 + 2005-08-02 Not Zed <NotZed@Ximian.com> * evolution-mail-message.xml: re-added the post-reply function. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 4ba98187fa..7db9c0cc98 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -52,11 +52,11 @@ _tip="Send a message to the selected contacts."/> <cmd name="ContactsCopyToFolder" _label="Copy to Folder..." - _tip="Copy Contact(s) to Another Folder..." + _tip="Copy Selected Contacts to Another Folder..." accel="*Control**Shift*y"/> <cmd name="ContactsMoveToFolder" _label="Move to Folder..." - _tip="Move Contact(s) to Another Folder..." + _tip="Move Selected Contacts to Another Folder..." accel="*Control**Shift*v"/> <cmd name="ContactsViewPreview" _label="_Preview Pane" |