comparison pidgin/gtkdialogs.c @ 28462:a71a8e7e6bb0

Try to make this help string shorter to increase the odds of people reading it. Screenshots at http://kingant.net/pidgin/PidginAboutWindow/ This version is screenshot3.png
author Mark Doliner <mark@kingant.net>
date Fri, 28 Aug 2009 07:30:33 +0000
parents 36b5b0872f10
children f3f057b06840
comparison
equal deleted inserted replaced
28460:6b018d1efc5c 28462:a71a8e7e6bb0
468 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 468 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
469 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); 469 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>");
470 g_string_append_printf(str, _("<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\"" 470 g_string_append_printf(str, _("<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\""
471 "http://developer.pidgin.im/wiki/FAQ\">" 471 "http://developer.pidgin.im/wiki/FAQ\">"
472 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>")); 472 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>"));
473 g_string_append_printf(str, _("<FONT SIZE=\"4\">Help via e-mail:</FONT>" 473 g_string_append_printf(str,
474 " <A HREF=\"mailto:support@pidgin.im\">support@pidgin.im</A>" 474 _("<font size=\"4\">Help from other Pidgin users:</font> "
475 " (This is a" 475 "<a href=\"mailto:support@pidgin.im\">support@pidgin.im</a><br/>"
476 " <A HREF=\"http://pidgin.im/cgi-bin/mailman/listinfo/support\">" 476 "This is a <b>public</b> mailing list! "
477 "mailing list</A>, and messages sent here are" 477 "(<a href=\"http://pidgin.im/pipermail/support/\">archive</a>)<br/>"
478 " <A HREF=\"http://pidgin.im/pipermail/support/\">publicly" 478 "We can't help with 3rd party protocols or plugins!<br/>"
479 " archived!</A> Please note that this list's primary language" 479 "This list's primary language is <b>English</b>. You are "
480 " is English. Posts in other languages may not receive answers" 480 "welcome to post in another language, but the responses may "
481 " as complete or as helpful as those in English. Additionally," 481 "be less helpful.<br/><br/>"));
482 " we do <U><I><B>not</B></I></U> support MXit, Facebook, Skype,"
483 " or any other third-party plugins on this list.)<BR/><BR/>"));
484 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> " 482 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> "
485 "#pidgin on irc.freenode.net<BR><BR>")); 483 "#pidgin on irc.freenode.net<BR><BR>"));
486 g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> " 484 g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> "
487 "devel@conference.pidgin.im<BR><BR>")); 485 "devel@conference.pidgin.im<BR><BR>"));
488 486