diff options
author | jake%acutex.net <> | 2001-06-06 23:25:18 +0200 |
---|---|---|
committer | jake%acutex.net <> | 2001-06-06 23:25:18 +0200 |
commit | d0f18b8747f261fa2ff5229735ee96b6d06dc745 (patch) | |
tree | 77e0b2db3fd513b81f288e64277aad81ec74d719 | |
parent | 4fc330ea9adf57d161e4b7238127165d01525dfe (diff) | |
download | bugzilla-d0f18b8747f261fa2ff5229735ee96b6d06dc745.tar.gz bugzilla-d0f18b8747f261fa2ff5229735ee96b6d06dc745.tar.xz |
Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 04f017cc5..5ad99cdbf 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -101,7 +101,7 @@ my $defaultEmailFlagString = 'emailVoterRemoveme~' . 'on~' . 'emailVoterComments~' . 'on~' . - 'emailVoterAttachemnts~' . 'on~' . + 'emailVoterAttachments~' . 'on~' . 'emailVoterStatus~' . 'on~' . 'emailVoterResolved~' . 'on~' . 'emailVoterKeywords~' . 'on~' . |