UE-13389 - Project Settings typo: "OSVersion" instead of "OS Version"

I've updated the DisplayName for this property in it's uproperty meta data. Category, also, now has a relevant space.

[CL 2506615 by Terence Burns in Main branch]
This commit is contained in:
Terence Burns
2015-04-09 05:54:18 -04:00
committed by Terence.Burns@epicgames.com
parent bfd53d64ac
commit 9cc5b9d6c1
@@ -36,6 +36,6 @@ public:
/**
* Determine the minimum supported
*/
UPROPERTY(EditAnywhere, config, Category=OSInfo)
UPROPERTY(EditAnywhere, config, Category="OS Info", Meta=(DisplayName = "Minimum OS Version"))
TEnumAsByte<EMinimumSupportedOS> MinimumOSVersion;
};