Skip to content

Commit

Permalink
Replace irc.gnome.org by irc.gimp.net
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Nov 30, 2022
1 parent e55ed5d commit ada68a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<p class="justify"><?php
echo T_("You can also send an email to the <a href=\"mailto:gnucash-user@gnucash.org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");
/* Translators: %s is a link */
printf (T_("Additionally, you can talk to someone via IRC at %s about your question."),
sprintf ("<a href='%s'><i>irc.gnome.org</i> %s <b>#gnucash</b></a>", \URL_IRC,
printf (" ", T_("Additionally, you can talk to someone via IRC at %s about your question."),
sprintf ("<a href='%s'><i>%s</i> %s <b>#gnucash</b></a>", \URL_IRC, \SERVER_IRC,
/* Translators: IRC channel */
T_("channel")));
?></p>
Expand Down
2 changes: 1 addition & 1 deletion externals/global_params.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

// The URLs, we use:
define("DEFAULT_URL", "https://www.gnucash.org/"); // The main webserver
define("SERVER_IRC", "irc.gnome.org"); // alias The GIMPNet
define("SERVER_IRC", "irc.gimp.net"); // alias The GIMPNet
define("URL_IRC", "irc://".\SERVER_IRC."/gnucash");
$URL_FLATHUB="https://flathub.org/apps/details/org.gnucash.GnuCash";
$URL_FLATPAK="https://flatpak.org/";
Expand Down

0 comments on commit ada68a9

Please sign in to comment.