From 7ab0eeafbbf58f7e878c7a214ca4d1c2f559301b Mon Sep 17 00:00:00 2001 From: Vincent Courcelle Date: Sun, 5 Jan 2025 12:18:10 +0400 Subject: [PATCH] Update en.json --- MetaNodes/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MetaNodes/i18n/en.json b/MetaNodes/i18n/en.json index f55811aa..9c283967 100644 --- a/MetaNodes/i18n/en.json +++ b/MetaNodes/i18n/en.json @@ -73,7 +73,7 @@ "Label": "TV Episode Lookup", "Fields": { "UseFolderName": "Use Folder Name", - "UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used." + "UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials or regex S[0-9]+ the parent folder will be used." }, "Outputs": { "1": "TV Episode found", @@ -85,7 +85,7 @@ "Label": "TV Show Lookup", "Fields": { "UseFolderName": "Use Folder Name", - "UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials the parent folder will be used." + "UseFolderName-Help": "If the folder name should be used instead of the filename.\n\nNote if the folder starts with Season or Staffel or Saison or Specials or regex S[0-9]+ the parent folder will be used." }, "Outputs": { "1": "TV Show found", @@ -100,4 +100,4 @@ "Label": "Meta" } } -} \ No newline at end of file +}