From 086eef8ba60f734f6953a38f6d164779bf6d548d Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Wed, 9 Mar 2016 17:46:47 +0000 Subject: [PATCH] Minor comment clean-up. --- .../Source/Project Saving/jucer_ProjectExport_AndroidBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");