From f7dad49becbb9463a831e396fb49fa791fe74249 Mon Sep 17 00:00:00 2001 From: Legalo Date: Tue, 19 Mar 2024 22:29:26 -0300 Subject: [PATCH] Update target folder tip --- src/item_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_info.rs b/src/item_info.rs index 99c5b50..4c3732b 100644 --- a/src/item_info.rs +++ b/src/item_info.rs @@ -73,7 +73,7 @@ impl ItemInfoState { ), text(" "), self.target_folder.view( - "Target Folder:\n(What will be uploaded, this MUST be a folder that contains your mod's folder)\nFor example \"C:\\downloads\\New Folder\" where \"New Folder\" has ONLY your mod's folder and nothing else.", + "Target Folder:\n(What will be uploaded, this MUST be your mod's folder)\nFor example \"\\game\\mods\\YourMod\"", "", ItemInfoMessage::EditTargetFolder, ItemInfoMessage::BrowseTargetFolder,