From 0773760c08670dee53ace24a08bcf2550581f08e Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 25 Jan 2021 19:20:36 +0500 Subject: [PATCH] Fix localization [skip ci] --- Telegram/Telegram-iOS/en.lproj/Localizable.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 1dc8119245..c7765ea8fa 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -5941,11 +5941,11 @@ Sorry for the inconvenience."; "ChatImport.SelectionConfirmationAlertTitle" = "Import Messages"; "ChatImport.SelectionConfirmationAlertImportAction" = "Import"; "ChatImport.CreateGroupAlertTitle" = "Create Group and Import Messages"; -"ChatImport.CreateGroupAlertText" = "Are you sure you want to create group **%@** and import messages from another messaging app?"; +"ChatImport.CreateGroupAlertText" = "Are you sure you want to create the group **%@** and import messages from another messaging app?"; "ChatImport.CreateGroupAlertImportAction" = "Create and Import"; -"ChatImport.UserErrorNotMutual" = "You can only import messages into private chats with users who added you in their contact list."; -"ChatImport.SelectionConfirmationUserWithTitle" = "Are you sure you want to import messages from **%1$@** into the chat with **%2$@**?"; -"ChatImport.SelectionConfirmationUserWithoutTitle" = "Are you sure you want to import messages into the chat with **%@**?"; +"ChatImport.UserErrorNotMutual" = "You can only import messages into private chats with users who added you as a contact."; +"ChatImport.SelectionConfirmationUserWithTitle" = "Import messages from **%1$@** into the chat with **%2$@**?"; +"ChatImport.SelectionConfirmationUserWithoutTitle" = "Import messages into the chat with **%@?**"; "PeerSelection.CreateNewGroup" = "Create a New Group"; "Message.ImportedDateFormat" = "%1$@, %2$@ Imported %3$@"; @@ -5957,4 +5957,4 @@ Sorry for the inconvenience."; "ChatImportActivity.ErrorNotAdmin" = "You need to be an admin."; "ChatImportActivity.ErrorInvalidChatType" = "You can't import this history in this type of chat."; "ChatImportActivity.ErrorGeneric" = "An error occurred."; -"ChatImportActivity.Success" = "This chat has been imported\nsuccessfully."; +"ChatImportActivity.Success" = "Chat imported\nsuccessfully.";