1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fix typo in help text

This commit is contained in:
reuk 2022-09-26 16:12:59 +01:00
parent ec55ebe0db
commit d6910b232e
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -689,7 +689,7 @@ public:
"added separated by a semicolon. The App Groups Capability setting must be enabled for this setting to have any effect.");
props.add (new ChoicePropertyComponent (keepCustomXcodeSchemesValue, "Keep Custom Xcode Schemes"),
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in "
"various hosts. If disabled, all schemes are replaced by a default set.");
props.add (new ChoicePropertyComponent (useHeaderMapValue, "USE_HEADERMAP"),