diff options
author | Dave Fallon <davef@tetsubo.com> | 2004-05-03 22:34:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-03 22:34:16 +0800 |
commit | d0e907c25d6a41ca251f62b75c8e850e26369362 (patch) | |
tree | ebcf1fb0980f51b0ec5e4669b1baf411bf80af3d /ui | |
parent | a4a7312a90e1ca33ca848e047fba42a2c2220934 (diff) | |
download | gsoc2013-evolution-d0e907c25d6a41ca251f62b75c8e850e26369362.tar.gz gsoc2013-evolution-d0e907c25d6a41ca251f62b75c8e850e26369362.tar.zst gsoc2013-evolution-d0e907c25d6a41ca251f62b75c8e850e26369362.zip |
Fixed Bug #57611.
2004-04-30 Dave Fallon <davef@tetsubo.com>
* ui/evolution-addressbook.xml: Fixed Bug #57611.
svn path=/trunk/; revision=25754
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index a1b2465137..c7b47d6bda 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2004-04-30 Dave Fallon <davef@tetsubo.com> + + * ui/evolution-addressbook.xml: Fixed Bug #57611. + 2004-04-15 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: remove "Save" only option diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 316d1f187f..b1f4a02616 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -44,7 +44,7 @@ _tip="Send selected contacts to another person."/> <cmd name="ContactsSendMessageToContact" _label="Send message to contact" - _tip="Send a mess to the selected contacts."/> + _tip="Send a message to the selected contacts."/> <cmd name="ContactsCopyToFolder" _label="Copy to Folder..." _tip="Copy Contact(s) to Another Folder..." |