From 7f29a99289e114d06a34b75f35dedc1a809eed49 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Fri, 6 Sep 2024 10:37:05 +1200 Subject: [PATCH] FF-1765: Added Top Most Only option to delete source directory --- BasicNodes/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicNodes/i18n/en.json b/BasicNodes/i18n/en.json index 72db3207..bf78b6a5 100644 --- a/BasicNodes/i18n/en.json +++ b/BasicNodes/i18n/en.json @@ -135,7 +135,7 @@ "IfEmpty-Help": "Only delete the source folder if the it is empty", "IncludePatterns": "Include Patterns", "IncludePatterns-Help": "Optional, if set only files matching these patterns will be counted to see if the folder is empty. Any of these patterns can match.", - "TopMostOnly": "Topmost Folder Only", + "TopMostOnly": "Top Most Only", "TopMostOnly-Help": "When enabled, only the folder directly containing the file will be deleted, leaving higher-level folders intact." } },