diff --git a/assets/jsons/translations/de.json b/assets/jsons/translations/de.json index 32dcf2eb..123c66f3 100644 --- a/assets/jsons/translations/de.json +++ b/assets/jsons/translations/de.json @@ -771,7 +771,7 @@ }, "ask-install-path": { "title": "Installations Ordner", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "Ordner Wählen", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 02eda720..b4dd5445 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -778,7 +778,7 @@ }, "ask-install-path": { "title": "Installation folder", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "Choose folder", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index 7f05e99c..f3e46eaa 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -771,7 +771,7 @@ }, "ask-install-path": { "title": "Carpeta de instalación", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "Elige la carpeta", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/fr.json b/assets/jsons/translations/fr.json index d5389053..0db23bb8 100644 --- a/assets/jsons/translations/fr.json +++ b/assets/jsons/translations/fr.json @@ -772,7 +772,7 @@ }, "ask-install-path": { "title": "Dossier d'installation", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "Choisir un dossier", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/ja.json b/assets/jsons/translations/ja.json index 09d4c926..06f8541d 100644 --- a/assets/jsons/translations/ja.json +++ b/assets/jsons/translations/ja.json @@ -771,7 +771,7 @@ }, "ask-install-path": { "title": "インストールフォルダー", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "フォルダーを選択", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/ru.json b/assets/jsons/translations/ru.json index e51abe3d..d39cfb3d 100644 --- a/assets/jsons/translations/ru.json +++ b/assets/jsons/translations/ru.json @@ -770,7 +770,7 @@ }, "ask-install-path": { "title": "Папка установок", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "Изменить папку", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/zh-tw.json b/assets/jsons/translations/zh-tw.json index cf1abe80..472e5e4a 100644 --- a/assets/jsons/translations/zh-tw.json +++ b/assets/jsons/translations/zh-tw.json @@ -771,7 +771,7 @@ }, "ask-install-path": { "title": "安裝文件夾", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "選擇文件夾", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/assets/jsons/translations/zh.json b/assets/jsons/translations/zh.json index c881232d..50b1e626 100644 --- a/assets/jsons/translations/zh.json +++ b/assets/jsons/translations/zh.json @@ -771,7 +771,7 @@ }, "ask-install-path": { "title": "安装文件夹", - "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager.", + "choose-folder-description": "Choose the folder that will contain all the content downloaded by BSManager. (e.g. versions, mods, maps, playlists, etc.)", "choose-folder": "选择文件夹", "default": "Default", "default-tooltip": "Defaults to your home folder" diff --git a/src/renderer/components/modal/modal-types/ask-install-path.component.tsx b/src/renderer/components/modal/modal-types/ask-install-path.component.tsx index 828c49b9..4df0691d 100644 --- a/src/renderer/components/modal/modal-types/ask-install-path.component.tsx +++ b/src/renderer/components/modal/modal-types/ask-install-path.component.tsx @@ -54,42 +54,43 @@ export const AskInstallPathModal: ModalComponent<{ installPath: string }, {}> = return (