Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 5bd44673ea
commit ed0c16855d

@ -212,11 +212,11 @@
} }
NSArray *menuItems = @[ NSArray *menuItems = @[
[[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"ATTACHMENT_VIEW_COPY_ACTION", @"Short name for edit menu item to copy contents of media message.") [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"EDIT_ITEM_COPY_ACTION", @"Short name for edit menu item to copy contents of media message.")
action:@selector(copyAttachment:)], action:@selector(copyAttachment:)],
[[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"ATTACHMENT_VIEW_SAVE_ACTION", @"Short name for edit menu item to save contents of media message.") [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"EDIT_ITEM_SAVE_ACTION", @"Short name for edit menu item to save contents of media message.")
action:@selector(saveAttachment:)], action:@selector(saveAttachment:)],
[[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"ATTACHMENT_VIEW_SHARE_ACTION", @"Short name for edit menu item to share contents of media message.") [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"EDIT_ITEM_SHARE_ACTION", @"Short name for edit menu item to share contents of media message.")
action:@selector(shareAttachment:)], action:@selector(shareAttachment:)],
]; ];
[UIMenuController sharedMenuController].menuItems = menuItems; [UIMenuController sharedMenuController].menuItems = menuItems;

@ -67,15 +67,6 @@
/* No comment provided by engineer. */ /* No comment provided by engineer. */
"ATTACHMENT_QUEUED" = "New attachment queued for retrieval."; "ATTACHMENT_QUEUED" = "New attachment queued for retrieval.";
/* Short name for edit menu item to copy contents of media message. */
"ATTACHMENT_VIEW_COPY_ACTION" = "Copy";
/* Short name for edit menu item to save contents of media message. */
"ATTACHMENT_VIEW_SAVE_ACTION" = "Save";
/* Short name for edit menu item to share contents of media message. */
"ATTACHMENT_VIEW_SHARE_ACTION" = "Share";
/* No comment provided by engineer. */ /* No comment provided by engineer. */
"AUDIO_PERMISSION_MESSAGE" = "Signal requires access to your microphone to work properly. You can grant this permission in the Settings app >> Privacy >> Microphone >> Signal"; "AUDIO_PERMISSION_MESSAGE" = "Signal requires access to your microphone to work properly. You can grant this permission in the Settings app >> Privacy >> Microphone >> Signal";
@ -166,6 +157,9 @@
/* table cell label in conversation settings */ /* table cell label in conversation settings */
"EDIT_GROUP_ACTION" = "Edit Group"; "EDIT_GROUP_ACTION" = "Edit Group";
/* Short name for edit menu item to copy contents of media message. */
"EDIT_ITEM_COPY_ACTION" = "Copy";
/* Short name for edit menu item to save contents of media message. */ /* Short name for edit menu item to save contents of media message. */
"EDIT_ITEM_SAVE_ACTION" = "Save"; "EDIT_ITEM_SAVE_ACTION" = "Save";

Loading…
Cancel
Save