pidgin/pidgin

b6ba34e4906d
Parents d4fd39ce339f
Children caee9b43f07a
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/
--- 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
=======
--- 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,
_("<font size=\"4\"><b>Help from other Pidgin users</b></font> is "
- "available by emailing <a "
- "href=\"mailto:support@pidgin.im\">support@pidgin.im</a><br/>"
- "This is a <b>public</b> mailing list! "
- "(<a href=\"https://lists.pidgin.im/pipermail/support/\">archive</a>)<br/>"
- "We can't help with third-party protocols or plugins!<br/>"
- "This list's primary language is <b>English</b>. You are "
- "welcome to post in another language, but the responses may "
- "be less helpful.<br/>"));
+ "available via <a "
+ "href=\"https://discourse.imfreedom.org/c/support/\">Discourse</a>. "
+ "This is a <b>public</b> forum and an account is required to "
+ "post new messages!<br/>This forum's primary language is "
+ "<b>English</b>. You are welcome to post in another language, "
+ "but the responses may be less helpful.<br/>"
+ ));
tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME);
about = pidgin_build_help_dialog(tmp, "about", str);