diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-07-04 00:45:19 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-07-04 00:45:19 +0200 |
commit | 1b0d24407e618c4cc0ad1c6e176f5aca3803f7c9 (patch) | |
tree | e8cce604e6f1f435f5ca1aeefb4ca46f9669a4da /template/en | |
parent | 08f32ca19c69416cfaa596a2ba1d72ce8fce1008 (diff) | |
download | bugzilla-1b0d24407e618c4cc0ad1c6e176f5aca3803f7c9.tar.gz bugzilla-1b0d24407e618c4cc0ad1c6e176f5aca3803f7c9.tar.xz |
Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment MIME type)
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 0b4d823e6..3512ab03d 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -99,6 +99,7 @@ END feature_updates => 'Automatic Update Notifications', feature_xmlrpc => 'XML-RPC Interface', feature_detect_charset => 'Automatic charset detection for text attachments', + feature_typesniffer => 'Sniff MIME type of attachments', file_remove => 'Removing ##name##...', file_rename => 'Renaming ##from## to ##to##...', |