mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2025-05-08 11:07:02 +08:00
Fix localize key for Videos. This closes #58
This commit is contained in:
parent
929733b891
commit
2a93a48956
@ -227,7 +227,7 @@ static NSString* toBase64(NSData* data) {
|
||||
UIImagePickerController* cameraPicker = (UIImagePickerController*)navigationController;
|
||||
|
||||
if(![cameraPicker.mediaTypes containsObject:(NSString*)kUTTypeImage]){
|
||||
[viewController.navigationItem setTitle:NSLocalizedString(@"Videos title", nil)];
|
||||
[viewController.navigationItem setTitle:NSLocalizedString(@"Videos", nil)];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user