This commit is contained in:
Niels Andriesse 2020-02-02 09:46:58 +11:00
parent ca82cd758d
commit 8ba452fb56
3 changed files with 3 additions and 3 deletions

2
Pods

@ -1 +1 @@
Subproject commit d66d30c5194c338db502b81f35f783aa5e42ce63
Subproject commit d7ebdadef0ed419082789e6a1f65a75ff791996e

View File

@ -2829,7 +2829,7 @@ typedef enum : NSUInteger {
- (void)showGIFMetadataWarning
{
NSString *title = NSLocalizedString(@"Search GIFs?", @"");
NSString *message = NSLocalizedString(@"You will not have full metadata protection when sending or receiving GIFs.", @"");
NSString *message = NSLocalizedString(@"You will not have full metadata protection when sending GIFs.", @"");
UIAlertController *alert = [UIAlertController alertControllerWithTitle:title message:message preferredStyle:UIAlertControllerStyleAlert];
[alert addAction:[UIAlertAction actionWithTitle:NSLocalizedString(@"OK", @"") style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
[self showGifPicker];

View File

@ -2800,4 +2800,4 @@
"You will not have full metadata protection when sending or receiving link previews." = "You will not have full metadata protection when sending or receiving link previews.";
"Open groups can be joined by anyone and do not provide full metadata protection" = "Open groups can be joined by anyone and do not provide full metadata protection";
"Search GIFs?" = "Search GIFs?";
"You will not have full metadata protection when sending or receiving GIFs." = "You will not have full metadata protection when sending or receiving GIFs.";
"You will not have full metadata protection when sending GIFs." = "You will not have full metadata protection when sending GIFs.";