diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-07-02 01:40:42 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-07-02 01:40:42 +0200 |
commit | 9eaf81d6c9fd8d879fe2633688f88f9733346874 (patch) | |
tree | 5cc8a407d265430378d74c21ab620ccb3eb451e0 /template/en | |
parent | 0e2d73f8c2efa9a4fceeac319e90e8ce5e7f0599 (diff) | |
download | bugzilla-9eaf81d6c9fd8d879fe2633688f88f9733346874.tar.gz bugzilla-9eaf81d6c9fd8d879fe2633688f88f9733346874.tar.xz |
Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" message.
r=Wurblzap, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index f27a5351c..be4b65dba 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -73,9 +73,8 @@ [% ELSE %] <div class="contribute"><strong>Note:</strong> - [%+ terms.Bugzilla %] is developed entirely by volunteers. The - best way to give back to the [% terms.Bugzilla %] project is - to <a href="http://www.bugzilla.org/contribute/">contribute</a> + B[% %]ugzilla is developed entirely by volunteers. The best way to give + back to the B[% %]ugzilla project is to <a href="http://www.bugzilla.org/contribute/">contribute</a> yourself! You don't have to be a programmer to contribute, there are lots of things that we need. </div> |