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:
parent
537f0a740a
commit
4023687d89
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue