diff --git a/src/item_info.rs b/src/item_info.rs index 975083f..e11a5df 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 main folder)\nFor example \"C:\\downloads\\New Folder\" where \"New Folder\" has ONLY your mod's folder and nothing else.", + "Target Folder:\nYou must make a new empty folder, copy your mod there and then select that empty folder.", "", ItemInfoMessage::EditTargetFolder, ItemInfoMessage::BrowseTargetFolder,