From 390c1d9835a8d5aafddc05f3bccfc0206792f398 Mon Sep 17 00:00:00 2001 From: Steve <51911097+uDEV2019@users.noreply.github.com> Date: Fri, 13 Aug 2021 06:09:13 +0200 Subject: [PATCH] fixed missing punctuation --- Wrapper/Localizations/en-US/tooltip.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wrapper/Localizations/en-US/tooltip.json b/Wrapper/Localizations/en-US/tooltip.json index 9fc3b627..84418799 100644 --- a/Wrapper/Localizations/en-US/tooltip.json +++ b/Wrapper/Localizations/en-US/tooltip.json @@ -1260,11 +1260,11 @@ }, "One": { "Tag": "Custom", - "ToolTip": "Select folders for user folders location manually using a folder browser dialog User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default" + "ToolTip": "Select folders for user folders location manually using a folder browser dialog. User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default" }, "Two": { "Tag": "Default", - "ToolTip": "Change user folders location to the default values User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default (default value)" + "ToolTip": "Change user folders location to the default values. User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default (default value)" } } },