From 5cbbf500596d735872b81f81469ba63301ce9029 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 21 Apr 2017 15:39:29 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/translations/en.lproj/Localizable.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index d6dd162d6..65c1d1d4f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -319,15 +319,15 @@ /* Short name for edit menu item to copy contents of media message. */ "EDIT_ITEM_COPY_ACTION" = "Copy"; +/* Short name for edit menu item to delete contents of media message. */ +"EDIT_ITEM_DELETE_ACTION" = "Delete"; + /* Short name for edit menu item to save contents of media message. */ "EDIT_ITEM_SAVE_ACTION" = "Save"; /* Short name for edit menu item to share contents of media message. */ "EDIT_ITEM_SHARE_ACTION" = "Share"; -/* Short name for edit menu item to share contents of media message. */ -"EDIT_ITEM_DELETE_ACTION" = "Delete"; - /* body of email sent to contacts when inviting to install Signal. Embeds {{link to install Signal}} and {{link to WhisperSystems home page}} */ "EMAIL_INVITE_BODY" = "Hey,\n\nLately I've been using Signal to keep the conversations on my iPhone private. I'd like you to install it too, so we can be confident that only you and I can read our messages or hear our calls.\n\nSignal is available for iPhones and Android. Get it here: %@\n\nSignal works like your existing messaging app. We can send pictures and video, make calls, and start group chats. The best part is, no one else can see any of it, not even the people who make Signal!\n\nYou can read more about Open Whisper Systems, the people who make Signal, here: %@";