aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-07-25 18:31:51 +0200
committerfilip <filip.komar@gmail.com>2021-07-25 18:31:51 +0200
commit7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d (patch)
treea68b34281a2c9d97fa99b507a306cb864724c89f /en
parent2f1ccf88767873b5b4a0af33ae8302501c7b7598 (diff)
downloadwww-7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d.tar
www-7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d.tar.gz
www-7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d.tar.bz2
www-7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d.tar.xz
www-7edf9d9be1a8e3ab23b1fa0d88d4e5062ccd5b7d.zip
reword Bug Squad on Marja's and Marcel's suggestion
Diffstat (limited to 'en')
-rw-r--r--en/contribute/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php
index 8e33754a6..ea10fea31 100644
--- a/en/contribute/index.php
+++ b/en/contribute/index.php
@@ -67,7 +67,10 @@ $rtl = is_locale_rtl($locale);
</li>
<li id="triage">
<h3><a href="https://wiki.mageia.org/en/Bug_Squad"><?php _g('Triaging')?></a></h3>
- <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly. <a href="https://wiki.mageia.org/en/Bug_Squad">Grow the Triage team</a> and be the link between users who report bugs in the forums or mailing-lists, and the <a href="https://bugs.mageia.org/">Mageia Bugzilla</a> used by developers.')?></p>
+ <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly.', null, ' ');
+ _g("Our %sBug Squad%s takes care of that and more, grow this team and play an essential part in %sMageia's bug%s solving.",
+ array('<a href="' . _r('https://wiki.mageia.org/en/Bug_Squad') . '">', '</a>',
+ '<a href="https://bugs.mageia.org/">', '</a>'))?></p>
</li>
<li id="qa">
<h3><a href="https://wiki.mageia.org/en/QA_Team"><?php _g('Testing &amp; <abbr title="Quality Assurance">QA</abbr>')?></a></h3>