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

Projucer: Fixed a typo

This commit is contained in:
Tom Poole 2019-09-26 09:28:49 +01:00
parent da71c8b722
commit 27ec5bcaa4

View file

@ -1036,7 +1036,7 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
"Include BinaryData.h in the JuceHeader.h file");
props.add (new TextPropertyComponent (binaryDataNamespaceValue, "BinaryData Namespace", 256, false),
"The namespace containing the binary assests.");
"The namespace containing the binary assets.");
props.add (new ChoicePropertyComponent (cppStandardValue, "C++ Language Standard",
{ "C++11", "C++14", "C++17", "Use Latest" },