diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-07-02 01:45:32 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-07-02 01:45:32 +0200 |
commit | 08f32ca19c69416cfaa596a2ba1d72ce8fce1008 (patch) | |
tree | 380091f45de6e5f84964e49eb16ba3cfed7f5cbf /template/en/default/admin/params | |
parent | 9eaf81d6c9fd8d879fe2633688f88f9733346874 (diff) | |
download | bugzilla-08f32ca19c69416cfaa596a2ba1d72ce8fce1008.tar.gz bugzilla-08f32ca19c69416cfaa596a2ba1d72ce8fce1008.tar.xz |
Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" message. (Quick fix because of borked checkin a minute ago.)
r=Wurblzap, a=LpSolit
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index be4b65dba..3febbaba4 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -73,10 +73,12 @@ [% ELSE %] <div class="contribute"><strong>Note:</strong> - 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. + 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> <p> |