Skip to content

Commit 78d4f6f

Browse files
author
Marco Auer
committed
Fix for WED-1551
1 parent 725b56b commit 78d4f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WEDCore/WED_Validate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ static void ValidateAirportMetadata(WED_Airport* who, validation_error_vector& m
20082008
if (metaValue != "atc" && metaValue != "fiso")
20092009
{
20102010
string txt = "Metadata key '" + META_KeyDisplayText(wed_AddMetaDataTowerCaps) + "'";
2011-
msgs.push_back(validation_error_t(txt + " must be either 'atc' or 'fiso'", err_airport_metadata_invalid, who, apt));
2011+
msgs.push_back(validation_error_t(txt + " must be either 'atc' (full ATC service) or 'fiso' (Flight Information Service). Leave blank if unsure.", err_airport_metadata_invalid, who, apt));
20122012
}
20132013
}
20142014

0 commit comments

Comments
 (0)