diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/VehicleData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/VehicleData.cs index 3ad0bf7ef3a8d521247fd0e0c78e92a3a7f77011..49bcd6c601efeb2f4f8142e03cfe32712afa8bee 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Data/VehicleData.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/VehicleData.cs @@ -58,7 +58,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data if (airDragData.CrossWindCorrectionMode != CrossWindCorrectionMode.DeclarationModeCorrection && airDragData.CrossWindCorrectionCurve.AirDragArea == null) return new ValidationResult( - "AirDrag Area (CdxA) must not be empty when the cross wind correction mode is not \"Speed dependent\""); + "AirDrag Area (CdxA) must not be empty when the cross wind correction mode is not \"Speed dependent (Declaration Mode)\""); return ValidationResult.Success; }