This commit is contained in:
Roman Ludwicki
2022-08-14 01:49:23 +02:00
parent 78947e1753
commit 5f670dea8a

View File

@@ -182,7 +182,7 @@ var generateFlightPlanXml = func () {
var minRwyLength = getMinRunwayLength();
if (runway.length < minRwyLength) {
messages.displayError(
"This runway is too short. Please choose a longer one then " ~ minRwyLength ~ " m "
"This runway is too short. Please choose a longer one than " ~ minRwyLength ~ " m "
~ "(" ~ math.round(minRwyLength * M2FT) ~ " ft)."
);
return 0;