From da7e8e36e80cf71d49035bd00899bcdc503f697a Mon Sep 17 00:00:00 2001 From: Abe Kline Date: Fri, 15 Sep 2023 17:12:43 -0500 Subject: [PATCH] Update wording for description of upper bound of New_file_size_check The wording was unclear and ambiguous for Upper Bound. Updated to clarify while mirroring style of Lower Bound --- Community/Tdarr_Plugin_a9he_New_file_size_check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_a9he_New_file_size_check.js b/Community/Tdarr_Plugin_a9he_New_file_size_check.js index f1dbb9a..a035713 100644 --- a/Community/Tdarr_Plugin_a9he_New_file_size_check.js +++ b/Community/Tdarr_Plugin_a9he_New_file_size_check.js @@ -17,7 +17,7 @@ const details = () => ({ }, tooltip: `Enter the upper bound % size for the new file. For example, if '110' is entered, - then if the new file size is 11% larger than the original, an error will be given.`, + then if the new file size is greater than 110% the size of the original, an error will be given.`, }, { name: 'lowerBound',