mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix #1222
This commit is contained in:
parent
e9a80e8f22
commit
b1adc3e6e3
@ -18,8 +18,8 @@ namespace Wabbajack.Lib
|
|||||||
{
|
{
|
||||||
get =>
|
get =>
|
||||||
$@"There appears to be a modlist already installed in the output folder. If you continue with the install,
|
$@"There appears to be a modlist already installed in the output folder. If you continue with the install,
|
||||||
Any files that exist in {OutputFolder} will be changed to match the files found in the {ModListName} modlist. This means that save games will be removed, custom settings
|
Any files that exist in {OutputFolder} will be changed to match the files found in the {ModListName} modlist. Custom settings
|
||||||
will be reverted. Are you sure you wish to continue?";
|
will be reverted, but saved games will not be deleted. Are you sure you wish to continue?";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user