diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/fulladdr.glade | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0609166c3e..ef98bde6ca 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2003-05-16 Anna Marie Dirks <anna@ximian.com> + + * gui/contact-editor/fulladdr.glade: Added HIG-appropriate + spacing, padding, capitalization and accelerators. Fixes bug #41251 2003-05-14 Anna Marie Dirks <anna@ximian.com> * gui/contact-editor/fullname.glade: Added HIG-appropriate diff --git a/addressbook/gui/contact-editor/fulladdr.glade b/addressbook/gui/contact-editor/fulladdr.glade index 9bde2709e0..c7767b9751 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade +++ b/addressbook/gui/contact-editor/fulladdr.glade @@ -58,7 +58,7 @@ <child> <widget class="GtkTable" id="table-checkaddress"> - <property name="border_width">8</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">4</property> @@ -94,7 +94,7 @@ <child> <widget class="GtkLabel" id="label-city"> <property name="visible">True</property> - <property name="label" translatable="yes">_City:</property> + <property name="label" translatable="yes">Ci_ty:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |