From f0024cb0b037033d9e2ce78a2d009c51e5d91317 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 13 Oct 2000 22:25:23 +0000 Subject: Changed these for boolean ascending attribute instead of int ascending 2000-10-13 Christopher James Lahey * contact-editor/e-contact-editor-categories.c, gui/component/select-names/e-select-names.c, gui/widgets/e-addressbook-view.c: Changed these for boolean ascending attribute instead of int ascending attribute. Fixed e-select-names to not use a column past the end of its array. * contact-editor/e-contact-editor-address.c, contact-editor/fulladdr.glade, contact-editor/fulladdr.glade.h: Rearranged the address editor dialog. svn path=/trunk/; revision=5904 --- addressbook/gui/contact-editor/fulladdr.glade.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'addressbook/gui/contact-editor/fulladdr.glade.h') diff --git a/addressbook/gui/contact-editor/fulladdr.glade.h b/addressbook/gui/contact-editor/fulladdr.glade.h index 2a76706d6e..6502ad796c 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade.h +++ b/addressbook/gui/contact-editor/fulladdr.glade.h @@ -7,12 +7,12 @@ gchar *s = N_("Check Address"); gchar *s = N_("_Street Address:"); gchar *s = N_("City:"); -gchar *s = N_("State/Province:"); -gchar *s = N_("Country:"); gchar *s = N_("ZIP/Postal Code:"); -gchar *s = N_("E_xt:"); -gchar *s = N_("USA\n" - "Canada\n" - "Finland\n" - ""); gchar *s = N_("PO Box:"); +gchar *s = N_("Address _2:"); +gchar *s = N_("State/Province:"); +gchar *s = N_("USA"); +gchar *s = N_("Canada"); +gchar *s = N_("Finland"); +gchar *s = N_("USA"); +gchar *s = N_("Country:"); -- cgit v1.2.3