Fix accidentally adding NuGet package to whole project instead of just Wabbajack

This commit is contained in:
trawzified 2019-10-12 11:12:53 +02:00
parent 8b77b78469
commit ea9ead1883

View File

@ -52,7 +52,7 @@ namespace Wabbajack
if (Path.GetDirectoryName(Assembly.GetEntryAssembly().Location.ToLower()) == KnownFolders.Downloads.Path.ToLower())
{
MessageBox.Show(
"Wabbajack is running inside your Downloads folder. Such folders are often highly monitored by antivirus software and they can often " +
"Wabbajack is running inside your Downloads folder. This folder is often highly monitored by antivirus software and these can often " +
"conflict with the operations Wabbajack needs to perform. Please move this executable outside of your Downloads folder and then restart the app.",
"Cannot run inside Downloads",
MessageBoxButton.OK,