diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidBase.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidBase.h index 55ca5159aa..f3761b7650 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidBase.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_AndroidBase.h @@ -146,7 +146,7 @@ public: static const char* orientationValues[] = { "unspecified", "portrait", "landscape", nullptr }; props.add (new ChoicePropertyComponent (getScreenOrientationValue(), "Screen orientation", StringArray (orientations), Array (orientationValues)), - "The screen orientation that this app should use"); + "The screen orientations that this app should support"); props.add (new TextPropertyComponent (getActivityClassPathValue(), "Android Activity class name", 256, false), "The full java class name to use for the app's Activity class.");