Skip to content

Commit ea6d92a

Browse files
committed
chore: reword a warning
1 parent 7231a30 commit ea6d92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yafc.Model/Analysis/CostAnalysis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public override void Compute(Project project, ErrorCollector warnings) {
350350
}
351351
else {
352352
if (!onlyCurrentMilestones) {
353-
warnings.Error("Cost analysis was unable to process this modpack. This may mean YAFC bug.", ErrorSeverity.AnalysisWarning);
353+
warnings.Error("Cost analysis was unable to process this modpack. This may indicate a bug in Yafc.", ErrorSeverity.AnalysisWarning);
354354
}
355355
}
356356

0 commit comments

Comments
 (0)