diff options
author | lpsolit%gmail.com <> | 2009-08-13 23:32:15 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-13 23:32:15 +0200 |
commit | 6eec197b4ad9d396b6c33c5012155608ae4bd961 (patch) | |
tree | aed084eef9a536fb859f1d68684b4dd554293bf8 /template | |
parent | fcbd202edcd0f5b53bad398aa4a1f515ba25d16d (diff) | |
download | bugzilla-6eec197b4ad9d396b6c33c5012155608ae4bd961.tar.gz bugzilla-6eec197b4ad9d396b6c33c5012155608ae4bd961.tar.xz |
Bug 480986: The BMP -> PNG conversion tool for new attachments should be an extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/attachment.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl index 39f60470e..879aa65b1 100644 --- a/template/en/default/admin/params/attachment.html.tmpl +++ b/template/en/default/admin/params/attachment.html.tmpl @@ -73,9 +73,5 @@ maxlocalattachment => "The maximum size (in megabytes) of attachments identified by " _ "the user as 'Big Files' to be stored locally on the webserver. " _ "If set to zero, attachments will never be kept on the local " _ - "filesystem.", - - convert_uncompressed_images => "If this option is on, attachments with content type image/bmp " _ - "will be converted to image/png and compressed before uploading to " _ - "the database to conserve disk space." } + "filesystem." } %] diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index c46bceabb..4d91da60d 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -46,7 +46,6 @@ EOT feature_auth_ldap => 'LDAP Authentication', feature_auth_radius => 'RADIUS Authentication', - feature_compress_bmps => 'Convert BMP Attachments to PNG', feature_graphical_reports => 'Graphical Reports', feature_html_desc => 'More HTML in Product/Group Descriptions', feature_inbound_email => 'Inbound Email', |