comparison gtk/gtkdialogs.c @ 14966:97e612de2fa4

[gaim-migrate @ 17745] Fix bug #1594978: Missing comma in About text committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 13 Nov 2006 20:09:36 +0000
parents 8ba7a9912461
children 9e904eb0c009
comparison
equal deleted inserted replaced
14965:650dee386bf6 14966:97e612de2fa4
329 329
330 str = g_string_sized_new(4096); 330 str = g_string_sized_new(4096);
331 331
332 g_string_append(str, 332 g_string_append(str,
333 _("Gaim is a modular messaging client capable of using " 333 _("Gaim is a modular messaging client capable of using "
334 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE" 334 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE, "
335 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, " 335 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, "
336 "Gadu-Gadu, and QQ all at once. " 336 "Gadu-Gadu, and QQ all at once. "
337 "It is written using GTK+.<BR><BR>" 337 "It is written using GTK+.<BR><BR>"
338 "You may modify and redistribute the program under " 338 "You may modify and redistribute the program under "
339 "the terms of the GPL (version 2 or later). A copy of the GPL is " 339 "the terms of the GPL (version 2 or later). A copy of the GPL is "