From b8ada8839c62e64e1be1ae478c8bcdf8539f5be3 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 23 Apr 2020 11:04:39 -0300 Subject: [PATCH] Update l10n strings. --- Signal/translations/en.lproj/Localizable.strings | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 408f943848..fe4cea3c7f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -788,9 +788,6 @@ /* Navbar title when viewing settings for a group thread */ "CONVERSATION_SETTINGS_GROUP_INFO_TITLE" = "Group Info"; -/* Format for the 'group member count' indicator in conversation settings view. Embeds {the number of group members}. */ -"CONVERSATION_SETTINGS_GROUP_MEMBER_COUNT_FORMAT" = "%@ members"; - /* Label for 'make group admin' button in conversation settings view. */ "CONVERSATION_SETTINGS_MAKE_GROUP_ADMIN_BUTTON" = "Make Admin"; @@ -3512,9 +3509,6 @@ /* Label for button to verify a user's safety number. */ "SYSTEM_MESSAGE_ACTION_VERIFY_SAFETY_NUMBER" = "Verify Safety Number"; -/* The number of members in a group. Embeds {{member count}} */ -"THREAD_DETAILS_GROUP_MEMBER_COUNT_FORMAT" = "%lu members"; - /* A string indicating two mutual groups the user shares with this contact and that there are more unlisted. Embeds {{mutual group name}} */ "THREAD_DETAILS_MORE_MUTUAL_GROUP" = "Member of %@, %@, and %lu additional groups";