Skip to content

Commit

Permalink
pursued doesnt make sense here
Browse files Browse the repository at this point in the history
:3
  • Loading branch information
NoVa-Toast authored Nov 27, 2023
1 parent 6c70d1a commit 4155f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AimmyWPF/UserController/ADownloadGateway.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public ADownloadGateway(string Text)
using (WebClient webClient = new WebClient())
{
DownloadButton.Content = "\xE895";
new NoticeBar("The download is being pursued.").Show();
new NoticeBar("The download is being parsed.").Show();
webClient.DownloadFileAsync(new Uri($"https://github.com/{RetrieveGithubFiles.RepoOwner}/{RetrieveGithubFiles.RepoName}/raw/master/{RetrieveGithubFiles.RepoPath}/{Text}"), $"bin\\models\\{Text}");
webClient.DownloadProgressChanged += (s, e) => DownloadProgress.Value = e.ProgressPercentage;

Expand Down

0 comments on commit 4155f21

Please sign in to comment.