From edc8b211152a8e3bcb45f8ff089e3fead0fe1c51 Mon Sep 17 00:00:00 2001
From: "jocuri%softhome.net" <>
Date: Wed, 22 Feb 2006 00:00:29 +0000
Subject: Patch for bug 97868: Rename the "Edit" action (for attachments) to
something else (use "Details"); patch by timeless ,
r=mkanat, a=justdave.
---
template/en/default/attachment/created.html.tmpl | 2 +-
template/en/default/attachment/diff-header.html.tmpl | 2 +-
template/en/default/attachment/edit.html.tmpl | 6 +++---
template/en/default/attachment/list.html.tmpl | 2 +-
template/en/default/attachment/show-multiple.html.tmpl | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index ef318f575..3114b2963 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -55,7 +55,7 @@
Note: [% terms.Bugzilla %] automatically detected the content type
[% contenttype %] for this attachment. If this is
incorrect, correct the value by
- editing the attachment.
+ editing the attachment's details.
[% END %]
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index f42d286ef..45bf202a9 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -242,7 +242,7 @@ tbody.file pre:empty {
[%# HEADER %]
[% IF headers %]
View
- | Edit
+ | Details
| Raw Unified
[% END %]
[% IF other_patches.size > 0 %]
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 747675f01..eefe141f8 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -24,10 +24,10 @@
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]
- Edit Attachment [% attachment.id %] for [% terms.Bug %] [%+ attachment.bug_id %]
+ Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
[% END %]
[% h1 = BLOCK %]
- Edit Attachment [% attachment.id %] for
+ Attachment [% attachment.id %] Details for
[%+ GetBugLink(attachment.bug_id, "$terms.Bug ${attachment.bug_id}") %]
[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
@@ -267,7 +267,7 @@