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

Projucer: Fixed a typo

This commit is contained in:
ed 2020-08-25 13:20:43 +01:00
parent 8020c3420a
commit e1282f285d

View file

@ -973,7 +973,7 @@ void ProjectExporter::BuildConfiguration::createPropertyEditors (PropertyListBui
props.add (new FilePathPropertyComponentWithEnablement (precompiledHeaderFileValue, usePrecompiledHeaderFileValue,
"Precompiled Header File", false, true, "*", project.getProjectFolder()),
"Specify an input header file that will be used to generate a file named " + quotedHeaderFileName + " which is used to generate the "
"PCH file artifact for this exporter configuration. This file can be an absolute path, or relative to the jucer project folder. "
"PCH file artefact for this exporter configuration. This file can be an absolute path, or relative to the jucer project folder. "
"The " + quotedHeaderFileName + " file will be force included to all source files unless the \"Skip PCH\" setting has been enabled. "
"The generated header will be written on project save and placed in the target folder for this exporter.");
}