summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry
diff options
context:
space:
mode:
authorLiz Henry <lhenry@mozilla.com>2013-06-07 20:45:15 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-06-07 20:45:15 +0200
commit9acae26923c9f1fdcb26aec8d604e4de32595d3d (patch)
treedae0645ae8d4551c96b4ddf515016ff61bef8281 /extensions/GuidedBugEntry
parent43a439ebce1b5c43542bc6619acd7daa24068def (diff)
downloadbugzilla-9acae26923c9f1fdcb26aec8d604e4de32595d3d.tar.gz
bugzilla-9acae26923c9f1fdcb26aec8d604e4de32595d3d.tar.xz
Bug 694713 - Make sure what the user is asked is what later is printed
r=dkl
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index ff3ecbc11..38bf793fd 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -416,7 +416,7 @@ explain how to write effective [% terms.bug %] reports.</li>
</tr>
<tr class="even">
- <td class="label" colspan="3">What did you do?</td>
+ <td class="label" colspan="3">What did you do? (steps to reproduce)</td>
<td valign="top">
[% PROCESS help id="steps_help" %]
<div id="steps_help" class="hidden help">
@@ -439,7 +439,7 @@ explain how to write effective [% terms.bug %] reports.</li>
</tr>
<tr class="odd">
- <td class="label" colspan="3">What happened?</td>
+ <td class="label" colspan="3">What happened? (actual results)</td>
<td valign="top">
[% PROCESS help id="actual_help" %]
<div id="actual_help" class="hidden help">
@@ -452,7 +452,7 @@ explain how to write effective [% terms.bug %] reports.</li>
</tr>
<tr class="even">
- <td class="label" colspan="3">What should have happened?</td>
+ <td class="label" colspan="3">What should have happened? (expected results)</td>
<td valign="top">
[% PROCESS help id="expected_help" %]
<div id="expected_help" class="hidden help">