Skip to content

Commit

Permalink
chore: reword a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed Sep 30, 2024
1 parent 7231a30 commit ea6d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yafc.Model/Analysis/CostAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public override void Compute(Project project, ErrorCollector warnings) {
}
else {
if (!onlyCurrentMilestones) {
warnings.Error("Cost analysis was unable to process this modpack. This may mean YAFC bug.", ErrorSeverity.AnalysisWarning);
warnings.Error("Cost analysis was unable to process this modpack. This may indicate a bug in Yafc.", ErrorSeverity.AnalysisWarning);
}
}

Expand Down

0 comments on commit ea6d92a

Please sign in to comment.