From 39bbcca7383d46d16038f63c7af0ce321effa09e Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 12 Jul 2018 13:53:52 -0600 Subject: [PATCH] CR: cleanup / copy tweak --- .../ConversationView/ConversationViewController.m | 1 - Signal/translations/en.lproj/Localizable.strings | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m index 9b9fb12ba..a568443c1 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m @@ -4558,7 +4558,6 @@ typedef enum : NSUInteger { } self.shouldObserveDBModifications = YES; - return; } - (void)setShouldObserveDBModifications:(BOOL)shouldObserveDBModifications diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index d3e77ee70..dcf1e6c4b 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -1171,7 +1171,7 @@ "MESSAGE_ACTION_DELETE_MESSAGE" = "Delete this Message"; /* Action sheet button subtitle */ -"MESSAGE_ACTION_DELETE_MESSAGE_SUBTITLE" = "This will delete it on this device only"; +"MESSAGE_ACTION_DELETE_MESSAGE_SUBTITLE" = "It will be deleted on this device only"; /* Action sheet button title */ "MESSAGE_ACTION_DETAILS" = "More Info";