From 21d70ded395e9aefde26d7d9410cd158d3b614fc Mon Sep 17 00:00:00 2001 From: Francisco Donalisio Date: Tue, 14 Feb 2012 23:16:14 +0100 Subject: Bug 695738: Change templates to use field_descs.op_sys instead of hard coded 'OS' r=timello a=LpSolit --- template/en/default/list/edit-multiple.html.tmpl | 2 +- template/en/default/pages/bug-writing.html.tmpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index da5bae994..242346339 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -104,7 +104,7 @@ 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:

Click the word "Component" to see a description of each component. If none seems appropriate, look for a "General" component.

-

OS: On which operating system (OS) did you find +

[% field_descs.op_sys FILTER html %]: On which operating system (OS) did you find it? (e.g. Linux, Windows XP, Mac OS X.)
If you know the [% terms.bug %] happens on more than one type of operating system, choose [% display_value("op_sys", "All") FILTER html %]. - If your OS isn't listed, choose [% display_value("op_sys", "Other") FILTER html %].

+ If your [% field_descs.op_sys FILTER html %] isn't listed, choose + [% display_value("op_sys", "Other") FILTER html %].

Summary: How would you describe the [% terms.bug %], in approximately 60 or fewer characters?
-- cgit v1.2.3-24-g4f1b