]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 695738: Change templates to use field_descs.op_sys instead of hard coded 'OS'
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>
Tue, 14 Feb 2012 22:16:14 +0000 (23:16 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 14 Feb 2012 22:16:14 +0000 (23:16 +0100)
r=timello a=LpSolit

template/en/default/list/edit-multiple.html.tmpl
template/en/default/pages/bug-writing.html.tmpl

index da5bae99470a04d7f257cfd82f8de746c931d8b5..242346339ce668491738453144313360d69569e7 100644 (file)
   <tr>
     <th>
       <label for="op_sys">
-        <a href="page.cgi?id=fields.html#op_sys">OS</a>:
+        <a href="page.cgi?id=fields.html#op_sys">[% field_descs.op_sys FILTER html %]</a>:
       </label>
     </th>
     <td [% " colspan=\"3\"" IF !Param("usetargetmilestone") %]>
index 255ad9ea7a42cada0d07f2659482643fdbea8784..4eb85edd6d5a588325b51879033a5e0a5af22e5a 100644 (file)
@@ -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>