From 221b81b9a269812119ace62161123979d4e9128f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 1 Jun 2018 14:23:04 -0400 Subject: [PATCH] Reduce usage of JSQ. --- Signal/translations/en.lproj/Localizable.strings | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 96e481d04..bae7012ed 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -1094,6 +1094,9 @@ /* table cell label in conversation settings */ "LIST_GROUP_MEMBERS_ACTION" = "Group Members"; +/* Label for button that loads more messages in conversation view. */ +"load_earlier_messages" = "Load Earlier Messages"; + /* No comment provided by engineer. */ "LOGGING_SECTION" = "Logging"; @@ -2257,7 +2260,7 @@ /* Info message embedding a {{time amount}}, see the *_TIME_AMOUNT strings for context. */ "YOU_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "You set disappearing message time to %@."; - +// Strings Copied in from JSQMessagesViewController "load_earlier_messages" = "Load Earlier Messages";