1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Projucer: Fix typo in Android help text

This commit is contained in:
reuk 2026-01-30 14:25:42 +00:00
parent 537f0a740a
commit 4023687d89
No known key found for this signature in database

View file

@ -1130,7 +1130,7 @@ private:
props.add (new TextPropertyComponent (androidCustomAppBuildGradleContent, "Extra module's build.gradle content", 32768, true),
"Additional content to be appended to module's build.gradle inside android { section. ");
props.add (new TextPropertyComponent (androidGradleSettingsContent, "Custom gradle.settings content", 32768, true),
props.add (new TextPropertyComponent (androidGradleSettingsContent, "Custom settings.gradle content", 32768, true),
"You can customize the content of settings.gradle here");
props.add (new ChoicePropertyComponent (androidScreenOrientation, "Screen Orientation",