You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letdescription=NSLocalizedString("Allow access so you can start taking photos and videos", comment:"Message on camera permissions screen to explain why the Tumblr app needs camera and microphone permissions")
@@ -108,7 +108,7 @@ class CameraPermissionsView: UIView, CameraPermissionsViewable, MediaPickerButto
108
108
}()
109
109
110
110
private lazy varmicrophoneAccessButton:UIButton={
111
-
lettitle=NSLocalizedString("Allow access to microphone", comment:"Button on camera permissions screen to initiate the sytem prompt for microphone access")
111
+
lettitle=NSLocalizedString("Allow access to microphone", comment:"Button on camera permissions screen to initiate the sytem prompt for microphone access.")
112
112
lettitleDisabled=NSLocalizedString("Microphone access granted", comment:"Label on camera permissions screen to indicate microphone access is granted")
cameraPermissionsTitleLabel:NSLocalizedString("Post to Tumblr", comment:"Title of camera permissions screen"),
51
+
cameraPermissionsDescriptionLabel:NSLocalizedString("Allow access so you can start taking photos and videos", comment:"Message on camera permissions screen to explain why the Tumblr app needs camera and microphone permissions")
0 commit comments