Tooltip text improvement for MO2Installer unknown files

This commit is contained in:
Justin Swanson 2020-07-25 18:38:00 -05:00
parent 64bccbcb00
commit 54428cc402

View File

@ -437,7 +437,7 @@ namespace Wabbajack.Lib
return ErrorResponse.Success;
}
return ErrorResponse.Fail($"Cannot install to this folder as it has unknown files that could be deleted");
return ErrorResponse.Fail($"Either delete everything except the downloads folder, or pick a new location. Cannot install to this folder as it has unexpected files.");
}
}
}