diff options
Diffstat (limited to 'addressbook/gui/contact-editor/fulladdr.glade.h')
-rw-r--r-- | addressbook/gui/contact-editor/fulladdr.glade.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/addressbook/gui/contact-editor/fulladdr.glade.h b/addressbook/gui/contact-editor/fulladdr.glade.h index 6502ad796c..7db13fcf4d 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade.h +++ b/addressbook/gui/contact-editor/fulladdr.glade.h @@ -5,14 +5,13 @@ */ gchar *s = N_("Check Address"); -gchar *s = N_("_Street Address:"); -gchar *s = N_("City:"); -gchar *s = N_("ZIP/Postal Code:"); -gchar *s = N_("PO Box:"); +gchar *s = N_("_Address:"); +gchar *s = N_("_City:"); +gchar *s = N_("_PO Box:"); gchar *s = N_("Address _2:"); -gchar *s = N_("State/Province:"); +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:"); +gchar *s = N_("_ZIP Code:"); +gchar *s = N_("Countr_y:"); |