diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-10-04 09:56:32 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-04 09:56:32 +0200 |
commit | afa65e7be0469b7ca78dc8ae824c9e51e06bd9f4 (patch) | |
tree | 3b35f7a8d4f6cad667eae3e648d432efb1456c38 /template/en/default/account | |
parent | fa2471c8521f782f83e7e441afab17a52d5abccb (diff) | |
download | bugzilla-afa65e7be0469b7ca78dc8ae824c9e51e06bd9f4.tar.gz bugzilla-afa65e7be0469b7ca78dc8ae824c9e51e06bd9f4.tar.xz |
Bug 349029: Renames the "Some attachment data changes" email preference
r=glob,a=LpSolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 0c016473d..654b66673 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -112,7 +112,7 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb { id = constants.EVT_ATTACHMENT, description = "New attachments are added" }, { id = constants.EVT_ATTACHMENT_DATA, - description = "Some attachment data changes" }, + description = "Attachment details changes" }, { id = constants.EVT_KEYWORD, description = "The keywords field changes" }, { id = constants.EVT_CC, |