diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-01 06:46:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-01 06:46:49 +0800 |
commit | 8204428e196c36150164a3dcc0bc02ceb851cfd7 (patch) | |
tree | feb82ba5ea64f9dbb5718dbc1562250c759cfc74 | |
parent | fb9047c159e7c2acaea6a5272c8aaf26bb27a9fb (diff) | |
download | gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar.gz gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar.bz2 gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar.lz gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar.xz gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.tar.zst gsoc2013-evolution-8204428e196c36150164a3dcc0bc02ceb851cfd7.zip |
ugh, it helps when you save the ChangeLog before commiting it :)
svn path=/trunk/; revision=6747
-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), |