1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Fixed a typo

This commit is contained in:
Tom Poole 2018-10-08 15:41:29 +01:00
parent 38fbecf9c3
commit 52fd18b807

View file

@ -78,7 +78,7 @@ public:
"This app requires requires audio input. If you do not have an audio interface connected it will use the built-in microphone."),
cameraPermissionNeededValue (settings, Ids::cameraPermissionNeeded, getUndoManager()),
cameraPermissionTextValue (settings, Ids::cameraPermissionText, getUndoManager(),
"This app requires access to the camera function correctly."),
"This app requires access to the camera to function correctly."),
uiFileSharingEnabledValue (settings, Ids::UIFileSharingEnabled, getUndoManager()),
uiSupportsDocumentBrowserValue (settings, Ids::UISupportsDocumentBrowser, getUndoManager()),
uiStatusBarHiddenValue (settings, Ids::UIStatusBarHidden, getUndoManager()),