Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/58#issuecomment-77973919 This is actually looking for a localized string for the key "Videos title" Removing the localization call does not fix the issue. Since the key does not appear to exist anywhere, I think a good compromise for now would be to change it to use `NSLocalizedString(@"Videos", nil)];` as NSLocalizedString will return the key passed to it if it does not find a localized version.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org