Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv14354/src
Modified Files:
about.c
Log Message:
you can redistribute me and/or modify me under the terms of the GNU
General Public License as published by the Free Software Foundation
Index: about.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/about.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- about.c 25 May 2002 18:58:24 -0000 1.67
+++ about.c 25 May 2002 19:11:34 -0000 1.68
@@ -134,7 +134,7 @@
gtk_label_new(
_("Gaim is a modular Instant Messaging client capable of using AIM, ICQ,\n"
"Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once.\n"
- "I is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n"
+ "It is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n"
"IRC: #gaim on irc.openprojects.net"));
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
|