From: Melvin Hadasht Date: Tue, 25 Nov 2003 10:42:51 +0000 (+0000) Subject: Fixed a couple of typos X-Git-Tag: rel_0_9_7~8 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=e161b441652f527c1fde8dc94d2676f36cf9d901 Fixed a couple of typos --- diff --git a/ChangeLog.claws b/ChangeLog.claws index c47a6a3ae..4475eb6f4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-11-25 [melvin] 0.9.6claws93 + + * src/editldap.c + Fixed a couple of typos. + 2003-11-24 [paul] 0.9.6claws92 * po/POTFILES.in diff --git a/configure.ac b/configure.ac index 2498ca754..24202f289 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=92 +EXTRA_VERSION=93 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/editldap.c b/src/editldap.c index 3b2b56731..67e01ecd4 100644 --- a/src/editldap.c +++ b/src/editldap.c @@ -611,7 +611,7 @@ static void addressbook_edit_ldap_page_search( gint pageNum, gchar *pageLbl ) { gtk_tooltips_set_tip( toolTip, check_matchoption, _( "Searches for names and addresses can be performed either " \ "using \"begins-with\" or \"contains\" search term. Check " \ - "this option to perform a contains search; this type of " \ + "this option to perform a \"contains\" search; this type of " \ "search usually takes longer to complete. Note that for " \ "performance reasons, address completion uses " \ "\"begins-with\" for all searches against other address " \ @@ -674,7 +674,7 @@ static void addressbook_edit_ldap_page_extended( gint pageNum, gchar *pageLbl ) toolTip = gtk_tooltips_new(); gtk_tooltips_set_tip( toolTip, entry_bindDN, _( - "The LDAP user account name to be used to connect to the " \ + "The LDAP user account name to be used to connect to the server. " \ "This is usually only used for protected servers. This name " \ "is typically formatted as: \"cn=user,dc=sylpheed,dc=com\". " \ "This is usually left empty when performing a search." ), @@ -732,8 +732,8 @@ static void addressbook_edit_ldap_page_extended( gint pageNum, gchar *pageLbl ) toolTip = gtk_tooltips_new(); gtk_tooltips_set_tip( toolTip, spinbtn_maxentry, _( - "The maximum number of entries that should be returned be " \ - "returned in the search results." ), + "The maximum number of entries that should be returned " \ + "in the search result." ), NULL ); /* Done */