Commit 0497adba authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 385163: The guided enter bug form says "Create a new Attachment" link on the…

Bug 385163: The guided enter bug form says "Create a new Attachment" link on the bug, but the link is "Add an attachment" - Patch by timeless <timeless@bemail.org> r=wicked a=LpSolit
parent 046f5447
...@@ -459,7 +459,7 @@ function PutDescription() { ...@@ -459,7 +459,7 @@ function PutDescription() {
information about <b>your computer's configuration</b>. Any information information about <b>your computer's configuration</b>. Any information
longer than a few lines, such as a <b>stack trace</b> or <b>HTML longer than a few lines, such as a <b>stack trace</b> or <b>HTML
testcase</b>, should be added testcase</b>, should be added
using the "Create a new Attachment" link on the [% terms.bug %], after using the "Add an Attachment" link on the [% terms.bug %], after
it is filed. If you believe that it's relevant, please also include it is filed. If you believe that it's relevant, please also include
your build configuration, obtained by typing <tt>about:buildconfig</tt> your build configuration, obtained by typing <tt>about:buildconfig</tt>
into your URL bar. into your URL bar.
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
[% ELSIF message_tag == "attachment_creation_failed" %] [% ELSIF message_tag == "attachment_creation_failed" %]
The [% terms.bug %] was created successfully, but attachment creation The [% terms.bug %] was created successfully, but attachment creation
failed. failed.
Please add your attachment by clicking the "Create a New Attachment" link Please add your attachment by clicking the "Add an Attachment" link
below. below.
[% ELSIF message_tag == "bug_confirmed_by_votes" %] [% ELSIF message_tag == "bug_confirmed_by_votes" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment