# HG changeset patch # User Gary Kramlich # Date 1672302413 21600 # Node ID b6ba34e4906dd2a3a7e33b020f7e2aa6dc145f68 # Parent d4fd39ce339fa6ce76fa23adc6b5109ec2f25999 Update the about box to point people to discourse instead of the mailing list. I also did a drive-by in the README that was telling people to create issues at developer.pidgin.im. Testing Done: Ran and verified the text was correct in the about box. Reviewed at https://reviews.imfreedom.org/r/2154/ diff -r d4fd39ce339f -r b6ba34e4906d README --- a/README Thu Dec 01 21:36:24 2022 -0600 +++ b/README Thu Dec 29 02:26:53 2022 -0600 @@ -40,7 +40,7 @@ To get started, simply add a new account. -If you come across a bug, please report it at: http://developer.pidgin.im +If you come across a bug, please report it at: https://issues.imfreedom.org/ PLUGINS ======= diff -r d4fd39ce339f -r b6ba34e4906d pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Thu Dec 01 21:36:24 2022 -0600 +++ b/pidgin/gtkdialogs.c Thu Dec 29 02:26:53 2022 -0600 @@ -552,14 +552,13 @@ g_string_append(str, _("Help from other Pidgin users is " - "available by emailing support@pidgin.im
" - "This is a public mailing list! " - "(archive)
" - "We can't help with third-party protocols or plugins!
" - "This list's primary language is English. You are " - "welcome to post in another language, but the responses may " - "be less helpful.
")); + "available via Discourse. " + "This is a public forum and an account is required to " + "post new messages!
This forum's primary language is " + "English. You are welcome to post in another language, " + "but the responses may be less helpful.
" + )); tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME); about = pidgin_build_help_dialog(tmp, "about", str);