Skip to content

Commit

Permalink
Merged from v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Jul 2, 2017
1 parent a4a1b3a commit 4e4e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwigo/Upload/Local Images/PhotosFetch.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ -(void)getLocalGroupsOnCompletion:(CompletionBlock)completion
if (status != ALAuthorizationStatusAuthorized && status != ALAuthorizationStatusNotDetermined) {
[UIAlertView showWithTitle:NSLocalizedString(@"localAlbums_photosNotAuthorized_title", @"Access not Authorized")
message:NSLocalizedString(@"localAlbums_photosNotAuthorized_msg", @"tell user to change settings, how")
cancelButtonTitle:NSLocalizedString(@"alertOkButton", @"OK")
cancelButtonTitle:NSLocalizedString(@"alertDismissButton", @"Dismiss")
otherButtonTitles:nil
tapBlock:^(UIAlertView *alertView, NSInteger buttonIndex) { // make view disappear
if(completion)
Expand Down

0 comments on commit 4e4e55f

Please sign in to comment.