diff options
author | Filip Komar <filip@mageia.org> | 2013-06-03 15:36:25 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-06-03 15:36:25 +0000 |
commit | 0439ec0f84b2ee922792f16497723411333d49bb (patch) | |
tree | bc5e2023f339074802cbcb4c7384ec73fd1f42ad /en | |
parent | 68e405c98ce8fe93667ff2f5a228000da469c76d (diff) | |
download | www-0439ec0f84b2ee922792f16497723411333d49bb.tar www-0439ec0f84b2ee922792f16497723411333d49bb.tar.gz www-0439ec0f84b2ee922792f16497723411333d49bb.tar.bz2 www-0439ec0f84b2ee922792f16497723411333d49bb.tar.xz www-0439ec0f84b2ee922792f16497723411333d49bb.zip |
typo fix on contact page
Diffstat (limited to 'en')
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index d50df36b9..c5d892b56 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -54,7 +54,7 @@ _lang_load($locale, 'contact'); _h('You have an idea of who to contact', null, 'h2'); echo '<ul class="hl">'; _h('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); - _h('Use <a href="%s">the dev mailing list</a> for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); + _h('Use <a href="%s">the dev mailing list</a> for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); _h('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li'); _h('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer@mageia.org'), 'li'); _h('Contact <a href="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); |