From 0497adba3d30f423c05af6cefbaa6fe90a8aa4bd Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 29 Dec 2008 21:17:21 +0000 Subject: 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 r=wicked a=LpSolit --- template/en/default/bug/create/create-guided.html.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 3dcaf95dd..923442860 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -459,7 +459,7 @@ function PutDescription() { information about your computer's configuration. Any information longer than a few lines, such as a stack trace or HTML testcase, 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 your build configuration, obtained by typing about:buildconfig into your URL bar. diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 1aa464c8f..5e2eaef00 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -121,7 +121,7 @@ [% ELSIF message_tag == "attachment_creation_failed" %] The [% terms.bug %] was created successfully, but attachment creation 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. [% ELSIF message_tag == "bug_confirmed_by_votes" %] -- cgit v1.2.3-24-g4f1b