Formatting

This commit is contained in:
HaveAGitGat 2020-02-08 07:48:16 +00:00
parent e41b457e20
commit 0966dff557
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ function details() {
Inputs: [
{
name: 'install_packages',
tooltip: `Please change this to "yes", it allows the plugin to install the required nodemodule. (iso-639-2) \nExample:\n yes`
tooltip: `Please change this to "yes", it allows the plugin to install the required nodemodule. (iso-639-2) \\nExample:\\n yes`
},
]
}

View file

@ -17,7 +17,7 @@ function details() {
},
{
name: 'special',
tooltip: `This is if you want a specific language to be logged to a file in your Tdarr documents folder.\nIt will add the name of the file that is being processed if this language(s) has been found.\nThe file is created the first time it finds a file with the language. \nThe languages don't have to be in "languages". \nExample:\n eng,dut `
tooltip: `This is if you want a specific language to be logged to a file in your Tdarr documents folder.\nIt will add the name of the file that is being processed if this language(s) has been found.\nThe file is created the first time it finds a file with the language. \nThe languages don't have to be in "languages". \\nExample:\\n eng,dut `
}
]
}