diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-07-02 01:44:23 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-07-02 01:44:23 +0200 |
commit | f7b9d8a20032ed7e2b5a0fc3e135c3f36954f93d (patch) | |
tree | c22f4ef600713a14f5d36f9a908474fd4781f47e /template/en | |
parent | 97f5441ef1655b84f2db39a6eac10b0fb39c8c17 (diff) | |
download | bugzilla-f7b9d8a20032ed7e2b5a0fc3e135c3f36954f93d.tar.gz bugzilla-f7b9d8a20032ed7e2b5a0fc3e135c3f36954f93d.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 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index fd38d65f0..14fba5866 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -93,11 +93,12 @@ [% 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> - 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> |