mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Tooltip text improvement for MO2Installer unknown files
This commit is contained in:
parent
64bccbcb00
commit
54428cc402
@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user