diff options
author | Sukhbir Singh <sukhbir.in@gmail.com> | 2009-05-04 12:49:42 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@novell.com> | 2009-05-04 12:49:42 +0800 |
commit | fcb97c2bd7c70c711e4ca201eacb871a34a07bf7 (patch) | |
tree | 4a47cd39bdd33677d1c25e70ccd280ab6e98f552 /addressbook/gui | |
parent | 6e72a236dcb592a942881e118d6a71888ea1581b (diff) | |
download | gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar.gz gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar.bz2 gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar.lz gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar.xz gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.tar.zst gsoc2013-evolution-fcb97c2bd7c70c711e4ca201eacb871a34a07bf7.zip |
** BUGFIX: 355240 - String errors
Fixes typos specific to:
-> addressbook/gui/component/ldap-config.glade.h
-> mail/evolution-mail.schemas.in.in.h
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index cc1fbd0174..f87cf84b14 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -950,7 +950,7 @@ Using distinguished name (DN)</property> <property name="activates_default">False</property> <accessibility> <atkproperty name="AtkObject::accessible_name" translatable="yes">Search Filter</atkproperty> - <atkproperty name="AtkObject::accessible_description" translatable="yes">Search filter is the type of the objects searched for, while performing the search. If this is not modified, by default search will be performed on objectclass of the type "person".</atkproperty> + <atkproperty name="AtkObject::accessible_description" translatable="yes">Search filter is the type of object to be searched for. If this is not modified, the default search will be performed on the type "person".</atkproperty> </accessibility> </widget> <packing> |