diff -r d2942d796e7c -r dbf69af0e829 src/gtkdialogs.c
--- a/src/gtkdialogs.c Thu Jan 19 04:23:44 2006 +0000
+++ b/src/gtkdialogs.c Thu Jan 19 05:44:50 2006 +0000
@@ -247,11 +247,16 @@
str = g_string_sized_new(4096);
g_string_append(str,
- _("Gaim is a modular messaging client capable of using "
- "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, "
- "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu "
- "all at once. It is written using "
- "GTK+ and is licensed under the GNU GPL.
"));
+ _("Gaim is a modular messaging client capable of using "
+ "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, "
+ "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu "
+ "all at once. It is written using GTK+. "
+ "You may modify and redistribute the program under "
+ "the terms of the GPL. A copy of the GPL is "
+ "contained in the 'COPYING' file distributed with Gaim. "
+ "Gaim is copyrighted by its contributors. See the 'COPYRIGHT' "
+ "file for the complete list of contributors. We provide no "
+ "warranty for this program.
"));
g_string_append(str, "URL: " GAIM_WEBSITE "
");