diff --git a/megamek/src/megamek/common/verifier/TestEntity.java b/megamek/src/megamek/common/verifier/TestEntity.java index 750ff881c91..b6ceaf64840 100755 --- a/megamek/src/megamek/common/verifier/TestEntity.java +++ b/megamek/src/megamek/common/verifier/TestEntity.java @@ -1508,7 +1508,7 @@ public boolean hasIllegalEquipmentCombinations(StringBuffer buff) { || !(m.getLinked().getType() instanceof WeaponType) || !m.getLinked().getType().hasFlag(WeaponType.F_LASER) || m.getLinked().getType().hasFlag(WeaponType.F_PULSE))) { - buff.append("Laser insulator requires a non-pulse laser in the same location.\n"); + buff.append("RISC Laser Pulse Module requires a non-pulse laser in the same location.\n"); illegal = true; } }