diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-14 07:00:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-14 07:00:21 +0800 |
commit | aa910c45038ae8a1350d2880e922f4833f24322b (patch) | |
tree | 37ab980f5d0b27d6ac643d6c278e8dde2913ac5f /addressbook/contact-editor/fulladdr.glade.h | |
parent | 7ad39b52f224f2eea03bf152db544d352ce515e1 (diff) | |
download | gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar.gz gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar.bz2 gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar.lz gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar.xz gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.tar.zst gsoc2013-evolution-aa910c45038ae8a1350d2880e922f4833f24322b.zip |
Rearranged these fields a bit more.
2000-10-13 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/fulladdr.glade, contact-editor/fulladdr.glade.h:
Rearranged these fields a bit more.
svn path=/trunk/; revision=5907
Diffstat (limited to 'addressbook/contact-editor/fulladdr.glade.h')
-rw-r--r-- | addressbook/contact-editor/fulladdr.glade.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/addressbook/contact-editor/fulladdr.glade.h b/addressbook/contact-editor/fulladdr.glade.h index 6502ad796c..7db13fcf4d 100644 --- a/addressbook/contact-editor/fulladdr.glade.h +++ b/addressbook/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:"); |