diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-13 12:10:22 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-13 12:10:22 +0800 |
commit | 3eb103803011b17fbbbfc43eb8da51e29c9860cd (patch) | |
tree | 02527bbd1e79d7cd871569fd73bd8f2f1288f915 | |
parent | 2f2b112aecf8cd3f963e0e1e8740bec51450e19b (diff) | |
download | gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar.gz gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar.bz2 gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar.lz gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar.xz gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.tar.zst gsoc2013-evolution-3eb103803011b17fbbbfc43eb8da51e29c9860cd.zip |
Changed Company to Organization here.
2001-07-13 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/contact-editor.glade: Changed Company to
Organization here.
svn path=/trunk/; revision=11078
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cc00c117ed..517cf1dab9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-07-13 Christopher James Lahey <clahey@ximian.com> + + * gui/contact-editor/contact-editor.glade: Changed Company to + Organization here. + 2001-07-12 JP Rosevear <jpr@ximian.com> * backend/pas/Makefile.am: add ldap cflags diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index eb351d8bcc..76a6539673 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -1294,7 +1294,7 @@ <class>GtkButton</class> <name>button-contacts</name> <can_focus>True</can_focus> - <label>C_ontacts...</label> + <label>_Contacts...</label> <relief>GTK_RELIEF_NORMAL</relief> </widget> </widget> @@ -1573,7 +1573,7 @@ <widget> <class>GtkLabel</class> <name>label-company</name> - <label>_Company:</label> + <label>Organi_zation:</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0</xalign> |