diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -3,8 +3,7 @@ * configure.in: Bumped required gal version to 0.2.99.4 for e_str_make_safe. - * README: Added some necessary :'s in the pilot-link cvs - stuff. + * README: Added some necessary :'s in the pilot-link cvs stuff. 2000-11-30 Gediminas Paulauskas <menesis@delfi.lt> diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 632f6ba05f..d1ece01596 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -401,7 +401,7 @@ book_open_cb (EBook *book, EBookStatus status, gpointer closure) "correctness and reenter. If not, you probably have\n" "attempted to access an LDAP server. If you wish to be\n" "able to use LDAP, you'll need to download and install\n" - "OpenLDAP and recompile and install evolution.\n")); + "OpenLDAP and recompile and install Evolution.\n")); gtk_misc_set_alignment(GTK_MISC(label), 0, .5); gtk_label_set_justify(GTK_LABEL(label), |