Directional light update

This commit is contained in:
Trevor SANDY 2023-08-13 21:30:24 +02:00
parent 8cfadc804d
commit 73d28c67b1

View file

@ -1500,7 +1500,7 @@ void lcQPropertiesTree::SetLight(lcObject* Focus)
}
break;
case lcLightType::Directional:
Type = tr("Sun");
Type = tr("Directional");
FactorALabel = tr("Angle (°)");
FactorAToolTip = tr("Angular diamater of the sun as seen from the Earth.");
ExponentLabel = tr("Strength");