You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/03/10 01:35:44 UTC

cordova-plugin-camera git commit: Fix localize key for Videos. This closes #58

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 929733b89 -> 2a93a4895


Fix localize key for Videos. This closes #58


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/2a93a489
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/2a93a489
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/2a93a489

Branch: refs/heads/master
Commit: 2a93a489565d8f7da947a94fb0d563ac7011a79c
Parents: 929733b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 9 17:34:36 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 9 17:34:36 2015 -0700

----------------------------------------------------------------------
 src/ios/CDVCamera.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/2a93a489/src/ios/CDVCamera.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVCamera.m b/src/ios/CDVCamera.m
index e5ba1ee..55cfe57 100644
--- a/src/ios/CDVCamera.m
+++ b/src/ios/CDVCamera.m
@@ -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)];
         }
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org