diff --git a/Utilites/Tokenizer/task.json b/Utilites/Tokenizer/task.json index 6cf268b..01f4b75 100644 --- a/Utilites/Tokenizer/task.json +++ b/Utilites/Tokenizer/task.json @@ -2,7 +2,7 @@ "id": "57ee7959-ba10-47a7-8adb-19d032873133", "name": "Tokenizer", "friendlyName": "Tokenize with XPath/Regular expressions", - "description": "Replaces ____ and/or XPath for XML documents with User Defined variables or configuration json document", + "description": "Replaces __variable__ and/or XPath for XML documents with corresponding User-Defined variable values or configuration json document", "helpMarkDown": "[More Information](https://github.com/openalm/Extension-UtilitiesPack)", "category": "Utility", "visibility": [ @@ -31,7 +31,7 @@ "label": "Source filename", "defaultValue": "", "required": true, - "helpMarkDown": "Source file name that contains the tokens (____). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment" + "helpMarkDown": "Source file name that contains the tokens (__variable-name__). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment" }, { "name": "DestinationPath",