diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-06 14:13:33 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 14:13:33 +0800 |
commit | 29935d33cfa1a10eb69a3dfb7f9e0edebe61b230 (patch) | |
tree | 12c0c2345258a041977b19029dace7671b000715 | |
parent | 45455c0f35293e992d1c5436cf9dda075ea1b328 (diff) | |
download | gsoc2013-evolution-29935d33cfa1a10eb69a3dfb7f9e0edebe61b230.tar.gz gsoc2013-evolution-29935d33cfa1a10eb69a3dfb7f9e0edebe61b230.tar.zst gsoc2013-evolution-29935d33cfa1a10eb69a3dfb7f9e0edebe61b230.zip |
Fixes #301459 Corrected the spelling for addresses and address.
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #301459
* gui/contact-list-editor/contact-list-editor.glade: Corrected
the spelling for addresses and address.
svn path=/trunk/; revision=29292
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e8707c3d63..b9c57f192b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,4 +1,10 @@ 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #301459 + * gui/contact-list-editor/contact-list-editor.glade: Corrected + the spelling for addresses and address. + +2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272464 * addressbook-errors.xml: diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index bc5c2c18ee..d25fe9003b 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -371,7 +371,7 @@ <child> <widget class="GtkButton" id="select-button"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Insert email adresses from Adress Book</property> + <property name="tooltip" translatable="yes">Insert email addresses from Address Book</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">_Select</property> |