From 2f827f2bde3ff3e147bb241795054011693d38d3 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 18 Dec 2015 19:35:15 -0500 Subject: [PATCH] remove chrome-only note This should work in all browsers. --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index 2bfaa4e..89a9eb4 100644 --- a/extension.js +++ b/extension.js @@ -4927,7 +4927,7 @@ SettingsMenu.options = { imageExpansion: [ 'Image expansion', 'Enable inline image expansion, limited to browser width' ], imageHover: [ 'Image hover', 'Expand images on hover, limited to browser size' ], imageSearch: [ 'Image search', 'Add Google and iqdb image search buttons next to image posts' ], - downloadFile: [ 'Download original', 'Adds a button to download image with original filename (Chrome only)'], + downloadFile: [ 'Download original', 'Adds a button to download image with original filename'], revealSpoilers: [ "Don't spoiler images", 'Don\'t replace spoiler images with a placeholder and show filenames' ], noPictures: [ 'Hide thumbnails', 'Don\'t display thumbnails while browsing'] },