From 096891295461d6fd5e18800e702a94c1802b0a2c Mon Sep 17 00:00:00 2001 From: David Moodie Date: Wed, 7 Jun 2017 19:51:09 +0100 Subject: [PATCH] Only reference JPEGs in removeEXIF description to be more clear --- src/core/config/OperationConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js index 80009b85..6041fc89 100755 --- a/src/core/config/OperationConfig.js +++ b/src/core/config/OperationConfig.js @@ -3390,9 +3390,9 @@ const OperationConfig = { }, "Remove EXIF": { description: [ - "Removes EXIF data from an image.", + "Removes EXIF data from a JPEG image.", "

", - "EXIF data is metadata embedded in images (JPEG, JPG, TIFF) and audio files.", + "EXIF data is metadata embedded in JPEGs.", "

", "EXIF data from photos usually contains information about the image file itself as well as the device used to create it.", ].join("\n"),