From: jocuri%softhome.net <> Date: Wed, 22 Feb 2006 00:02:25 +0000 (+0000) Subject: Patch for bug 97868: Rename the "Edit" action (for attachments) to something else... X-Git-Tag: bugzilla-2.22~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=680f4ad958a9d5b0f06609c8ac78de788f862aea;p=thirdparty%2Fbugzilla.git Patch for bug 97868: Rename the "Edit" action (for attachments) to something else (use "Details"); patch by timeless , r=mkanat, a=justdave. --- diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index ef318f5759..3114b2963c 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 f42d286efa..45bf202a9a 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 747675f01b..eefe141f80 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 @@