Skip to content

Commit

Permalink
Fix dialog for missing components
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Nov 5, 2020
1 parent afc6d4a commit 465fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ALOTInstallerWPF/BuilderUI/StartupUIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ void setStatus(string message)
if (!hasWorkingMEM)
{
await mw.ShowMessageAsync("Required components are not available",
"Some components for installation are not available, likely due to network issues (blocking, no internet, etc). To install these components, download the 'Installer Support Package' from the ALOT page on NexusMods. Drag the downloaded zip file onto this window once you have closed this dialog.",
"Some components for installation are not available, likely due to network issues (blocking, no internet, etc). To install these components, folow the 'How to install the Installer Support Package' directions on any of the ALOT pages on NexusMods. The installer will not work without these files installed.",
ContentWidthPercent: 75);
}
}
Expand Down

0 comments on commit 465fd91

Please sign in to comment.