Browse Source

Projucer: Fixed a few spelling errors

tags/2021-05-28
ed 7 years ago
parent
commit
bf0881bfb2
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
  2. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
  3. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h View File

@@ -861,7 +861,7 @@ private:
"The number of the minimum version of the Android SDK that the app requires"); "The number of the minimum version of the Android SDK that the app requires");
props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false), props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false),
"A path to a folder (relative to the project folder) which conatins extra android assets.");
"A path to a folder (relative to the project folder) which contains extra android assets.");
} }
//============================================================================== //==============================================================================


+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h View File

@@ -131,7 +131,7 @@ public:
String description; String description;
description << "The " << getName() << " exporter produces a single CMakeLists.txt file with " description << "The " << getName() << " exporter produces a single CMakeLists.txt file with "
<< "multiple platform dependant sections, where the configuration for each section "
<< "multiple platform dependent sections, where the configuration for each section "
<< "is inherited from other exporters added to this project." << newLine << "is inherited from other exporters added to this project." << newLine
<< newLine << newLine
<< "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine << "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine


+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h View File

@@ -285,7 +285,7 @@ public:
if (iOS) if (iOS)
props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false), props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false),
"The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be " "The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be "
"added seperated by a semicolon.");
"added separated by a semicolon.");
props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"), props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"),
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in" "Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"


Loading…
Cancel
Save