aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorH P Nadig <hpnadig@pacific.net.in>2004-05-22 02:38:10 +0800
committerHans Petter <hansp@src.gnome.org>2004-05-22 02:38:10 +0800
commit960e25f96d58cb1e174c54b218d4a76c6b52ef87 (patch)
treeccfae68a5541b3e8cd95a9e2fe64faa608b22643 /addressbook
parent96c1f6f56215a1c8f1a699388a1ed26dff3bb6ae (diff)
downloadgsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar.gz
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar.bz2
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar.lz
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar.xz
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.tar.zst
gsoc2013-evolution-960e25f96d58cb1e174c54b218d4a76c6b52ef87.zip
Fixes #58516.
2004-05-21 H P Nadig <hpnadig@pacific.net.in> Fixes #58516. * gui/contact-editor/contact-editor.glade: 'Job Title' is now called 'Title'. svn path=/trunk/; revision=26036
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade2
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index da384de574..1370a919c0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-21 H P Nadig <hpnadig@pacific.net.in>
+
+ Fixes #58516.
+
+ * gui/contact-editor/contact-editor.glade: 'Job Title' is now called
+ 'Title'.
+
2004-05-20 Hans Petter Jansson <hpj@ximian.com>
* importers/evolution-ldif-importer.c (add_to_notes): Add helper
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index e44f6f6082..59d3c0cea5 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -1831,7 +1831,7 @@
<child>
<widget class="GtkLabel" id="label-jobtitle">
<property name="visible">True</property>
- <property name="label" translatable="yes">Job title:</property>
+ <property name="label" translatable="yes">Title:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>