From: <sa...@us...> - 2006-11-13 20:09:50
|
Revision: 17745 http://svn.sourceforge.net/gaim/?rev=17745&view=rev Author: sadrul Date: 2006-11-13 12:09:36 -0800 (Mon, 13 Nov 2006) Log Message: ----------- Fix bug #1594978: Missing comma in About text Modified Paths: -------------- trunk/gtk/gtkdialogs.c Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-11-13 06:47:19 UTC (rev 17744) +++ trunk/gtk/gtkdialogs.c 2006-11-13 20:09:36 UTC (rev 17745) @@ -331,7 +331,7 @@ g_string_append(str, _("Gaim is a modular messaging client capable of using " - "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE" + "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE, " "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, " "Gadu-Gadu, and QQ all at once. " "It is written using GTK+.<BR><BR>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |