diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2012-02-14 23:16:14 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-14 23:16:14 +0100 |
commit | 21d70ded395e9aefde26d7d9410cd158d3b614fc (patch) | |
tree | b3a666ab759c4eabbe5cd4409f531ce1e12ce84c /template/en/default/pages | |
parent | ea2a257cbfeae387d732447a4339e8bc782ec5b8 (diff) | |
download | bugzilla-21d70ded395e9aefde26d7d9410cd158d3b614fc.tar.gz bugzilla-21d70ded395e9aefde26d7d9410cd158d3b614fc.tar.xz |
Bug 695738: Change templates to use field_descs.op_sys instead of hard coded 'OS'
r=timello a=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/bug-writing.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/pages/bug-writing.html.tmpl b/template/en/default/pages/bug-writing.html.tmpl index 255ad9ea7..4eb85edd6 100644 --- a/template/en/default/pages/bug-writing.html.tmpl +++ b/template/en/default/pages/bug-writing.html.tmpl @@ -55,12 +55,13 @@ no-one else appears to have reported it, then:</p> Click the word "Component" to see a description of each component. If none seems appropriate, look for a "General" component.</p> - <p><b>OS:</b> On which operating system (OS) did you find + <p><b>[% field_descs.op_sys FILTER html %]:</b> On which operating system (OS) did you find it? (e.g. Linux, Windows XP, Mac OS X.)<br> If you know the [% terms.bug %] happens on more than one type of operating system, choose <em>[% display_value("op_sys", "All") FILTER html %]</em>. - If your OS isn't listed, choose <em>[% display_value("op_sys", "Other") FILTER html %]</em>.</p> + If your [% field_descs.op_sys FILTER html %] isn't listed, choose + <em>[% display_value("op_sys", "Other") FILTER html %]</em>.</p> <p><b>Summary:</b> How would you describe the [% terms.bug %], in approximately 60 or fewer characters?<br> |