Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Firewolf1337 committed May 23, 2024
1 parent 633a5f4 commit 9825359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCRPlanner/filehandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public async Task<List<seriesAssets>> getSeriesAssets(string filestring, string
{
if (MainWindow.main != null)
{
MainWindow.main.Status = "Loading serie logo " + counter + " / " + seriesAssetsList.Count();
MainWindow.main.Status = "Loading series logo " + counter + " / " + seriesAssetsList.Count();
}
}
catch { }
Expand Down

0 comments on commit 9825359

Please sign in to comment.