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:
parent
38fbecf9c3
commit
52fd18b807
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue