Fixed a couple of typos
authorMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 25 Nov 2003 10:42:51 +0000 (10:42 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 25 Nov 2003 10:42:51 +0000 (10:42 +0000)
ChangeLog.claws
configure.ac
src/editldap.c

index c47a6a3aedcef0d1a7a6024adb69cdfd2d8f0f09..4475eb6f4429ca7c9d67dd5178f923e1b49a5015 100644 (file)
@@ -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
 2003-11-24 [paul]      0.9.6claws92
 
        * po/POTFILES.in
index 2498ca7546abcd657fc726e0af18b7b7d1506f23..24202f289dd9a780e864e48823ba615ca7fc221d 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
 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
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index 3b2b56731540783812c11543d0d2a5c99cabbe56..67e01ecd416875656c276de39cd6ad642055cda0 100644 (file)
@@ -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 " \
        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 " \
                "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, _( 
 
        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." ),
                "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, _( 
 
        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 */
                NULL );
 
        /* Done */