diff options
author | vladd%bugzilla.org <> | 2006-06-08 21:23:37 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-08 21:23:37 +0200 |
commit | 6aed6605e1de17858fc942e4c61e8dfbf2a00542 (patch) | |
tree | 4d2f64bfa5d5eed029cf52ec4b5689cdbc4aaa0a /template/en/default/attachment | |
parent | 086cc1c66a21e53f17cbad766d7f7cfeab2d7316 (diff) | |
download | bugzilla-6aed6605e1de17858fc942e4c61e8dfbf2a00542.tar.gz bugzilla-6aed6605e1de17858fc942e4c61e8dfbf2a00542.tar.xz |
Follow-up spelling patch for bug 44595: replace 'a irreversible way' with 'an irreversible way'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index 99007e579..c79607ba2 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -66,7 +66,7 @@ <table border="0" cellpadding="20" width="70%" bgcolor="red"> <tr> <td> - The content of this attachment will be deleted in a <b>irreversible</b> way. + The content of this attachment will be deleted in an <b>irreversible</b> way. </td> </tr> </table> |