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

Multiple spelling fixes

This commit is contained in:
Tom Poole 2018-08-20 18:16:24 +01:00
parent 608f7bc36c
commit 0e1722e387
31 changed files with 67 additions and 64 deletions

View file

@ -910,7 +910,7 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
props.add (new TextPropertyComponent (versionValue, "Project Version", 16, false),
"The project's version number. This should be in the format major.minor.point[.point] where you should omit the final "
"(optional) [.point] if you are targetting AU and AUv3 plug-ins as they only support three number versions.");
"(optional) [.point] if you are targeting AU and AUv3 plug-ins as they only support three number versions.");
props.add (new TextPropertyComponent (companyNameValue, "Company Name", 256, false),
"Your company name, which will be added to the properties of the binary where possible");