diff options
-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> |