Hi folks, I think most of the devs here know that I and other documentation team members get emails from time to time for people looking for GnuCash support. A lot of the time they say they gave up in frustration after trying to find someone to email on the GnuCash website.
I'm hoping this will change that by simplifying the `mailing lists' term to `public discussion forums'. Thoughts? Yawar
From fb8a9918488d52e334add631ecdf16b795d10f0b Mon Sep 17 00:00:00 2001 From: Yawar Amin <[email protected]> Date: Sat, 12 Jan 2013 17:47:08 -0500 Subject: [PATCH] Rename `Mailing Lists' to `Public Discussion Forums' To most people today, `mailing list' means `give us your email address and we'll send you annoying HTML emails every day/week'. Seeing that term on the website, they might not realise they can actually ask questions in gnucash-user. Let's clarify it. Signed-off-by: Yawar Amin <[email protected]> --- externals/menu.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index df57bc3..dffe145 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -30,7 +30,7 @@ <li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li> <li><a href="http://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li> <li><a href="http://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="http://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li> - <li><a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li> + <li><a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Public Discussion Forums")?></a></li> <!-- <li style="list-style-image:none;list-style-type:none;"> <ul style="padding-bottom:0px; margin-top:0px; margin-bottom:5px;"> <li><a href="https://lists.gnucash.org/search/<? if ($locale != "") { echo "?lang=$locale"; } ?>"><?=T_("Search")?></a></li> -- 1.8.0.msysgit.0
signature.asc
Description: OpenPGP digital signature
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
