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:
parent
608f7bc36c
commit
0e1722e387
31 changed files with 67 additions and 64 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue