diff options
author | timeless%mozdev.org <> | 2007-01-08 08:56:10 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:56:10 +0100 |
commit | 078186fcc61fee178dc959a8b28c651bf85bb03c (patch) | |
tree | d7baf52729b54b3ab2c34e4e02531af26ba5fa19 /template/en | |
parent | 6216d7dd9c76fcd9a8215d69134dd8109358e52a (diff) | |
download | bugzilla-078186fcc61fee178dc959a8b28c651bf85bb03c.tar.gz bugzilla-078186fcc61fee178dc959a8b28c651bf85bb03c.tar.xz |
Bug 365221 period is on the wrong side of parentheses in priority description
r=lpsolit a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 7a41801f4..6b77f8b2e 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -251,7 +251,7 @@ This field describes the importance and order in which [% terms.abug %] should be fixed. This field is utilized by the programmers/engineers to prioritize their work to be done. The available priorities range from <b>P1</b> (most important) to -<b>P5</b> (least important.) +<b>P5</b> (least important). <h2><a name="rep_platform">Platform</a></h2> |