From 33dc4d3d8a8d62fbf44f7b328eb56b9d82199d3b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 12 May 2017 16:21:13 -0400 Subject: [PATCH] [SSK] Show Voice Message snippet // FREEBIE --- Signal/translations/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 4892bdda8..844a40799 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -124,6 +124,9 @@ /* Alert title when picking a document fails because user picked a directory/bundle */ "ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; +/* Short text label for a voice message attachment, used for thread preview and on lockscreen */ +"ATTACHMENT_TYPE_VOICE_MESSAGE" = "Voice Message"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages.";