aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-02-06 04:18:13 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-02-06 04:18:13 +0800
commitb767ad726dc7978c1b85cfc0a2433aa9c7b48837 (patch)
treef81424739b23daa88236f1b6ccf367a93bcbdf63 /addressbook
parent67ca087af66b3ed4c68c7eac508729ab7c858917 (diff)
downloadgsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.gz
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.bz2
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.lz
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.xz
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.tar.zst
gsoc2013-evolution-b767ad726dc7978c1b85cfc0a2433aa9c7b48837.zip
fixing typos. fixes #304996 partially.
2006-02-05 Andre Klapper <a9016009@gmx.de> * gui/component/ldap-config.glade: * shell.error.xml: fixing typos. fixes #304996 partially. svn path=/trunk/; revision=31409
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/ldap-config.glade2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f3d417f58b..8f254e2325 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-05 Andre Klapper <a9016009@gmx.de>
+
+ * gui/component/ldap-config.glade: fixing one typo.
+ fixes #304996 partially.
+
2006-02-01 Devashish Sharma <sdevashish@novell.com>
* gui/contact-editor/e-contact-editor.c: File selector shows preview
diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade
index abbc73cf33..13ea0c4386 100644
--- a/addressbook/gui/component/ldap-config.glade
+++ b/addressbook/gui/component/ldap-config.glade
@@ -949,7 +949,7 @@
<child>
<widget class="GtkEntry" id="rootdn-entry">
<property name="visible">True</property>
- <property name="tooltip" translatable="yes">The search base is the distinguished name (DN) of the entry where your searches will begin. If you leave this blank, the search will begin at the root of the directory tree.</property>
+ <property name="tooltip" translatable="yes">The search base is the distinguished name (DN) of the entry where your searches will begin. If you leave this blank, the search will begin at the root of the directory tree.</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>