diff --git a/Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs b/Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs index 75e6b5a2..7a7507fe 100644 --- a/Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs +++ b/Lusas_Adapter/Convert/ToBHoM/Loads/ToLoadCombination.cs @@ -66,7 +66,7 @@ public static LoadCombination ToLoadCombination( }; if (adapterNameId > int.MaxValue) - Engine.Base.Compute.RecordWarning($"The Number for {loadcase.Name} exceeds {int.MaxValue} and has been assigned {int.MaxValue}. Please verify the Load Combinations are still valid."); + Engine.Base.Compute.RecordWarning($"The Number for {loadcase.Name} exceeds {int.MaxValue} and has been assigned {int.MaxValue}."); loadCombination.SetAdapterId(typeof(LusasId), adapterNameId);