CR: cleanup / copy tweak

This commit is contained in:
Michael Kirk 2018-07-12 13:53:52 -06:00
parent bdc8181cbc
commit 39bbcca738
2 changed files with 1 additions and 2 deletions

View File

@ -4558,7 +4558,6 @@ typedef enum : NSUInteger {
}
self.shouldObserveDBModifications = YES;
return;
}
- (void)setShouldObserveDBModifications:(BOOL)shouldObserveDBModifications

View File

@ -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";