From 8ba452fb56cfa8a3d487e316900d1393d6b7dffe Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Sun, 2 Feb 2020 09:46:58 +1100 Subject: [PATCH] Fix copy --- Pods | 2 +- .../ConversationView/ConversationViewController.m | 2 +- Signal/translations/en.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pods b/Pods index d66d30c51..d7ebdadef 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit d66d30c5194c338db502b81f35f783aa5e42ce63 +Subproject commit d7ebdadef0ed419082789e6a1f65a75ff791996e diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m index e3c9d2461..5c091e896 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m @@ -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]; diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index dccb00c0d..8dc7b8a4f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -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.";