diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-08-29 23:34:38 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-08-29 23:34:38 +0200 |
commit | c75bcea5f0510417a1f6a14b2f88f2249b3a4109 (patch) | |
tree | 76c6598dc55c849ab4ba739707322f52e410b888 | |
parent | 20bba23e7b2711bb8a0e7bd90614328eb5db56fc (diff) | |
download | bugzilla-c75bcea5f0510417a1f6a14b2f88f2249b3a4109.tar.gz bugzilla-c75bcea5f0510417a1f6a14b2f88f2249b3a4109.tar.xz |
Bug 580865: Rename the "edit" link on Attachment Details to "edit details"
r=mkanat, a=mkanat
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index b9e2497fd..676f374e6 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -65,7 +65,7 @@ [% attachment.description FILTER html %] </span> [% IF can_edit %] - <span class="bz_edit">(<a href="javascript:toggle_attachment_details_visibility()">edit</a>)</span> + <span class="bz_edit">(<a href="javascript:toggle_attachment_details_visibility()">edit details</a>)</span> [% END %] </div> <div class="details"> |