mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix localization
This commit is contained in:
parent
ee333ffb69
commit
c45815d47e
@ -6791,3 +6791,5 @@ Sorry for the inconvenience.";
|
||||
"Gif.Emotion.RollEyes" = "Roll-Eyes";
|
||||
"Gif.Emotion.Cool" = "Cool";
|
||||
"Gif.Emotion.Party" = "Party";
|
||||
|
||||
"Conversation.ForwardFrom" = "From: %@";
|
||||
|
@ -178,7 +178,7 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode {
|
||||
text = "\(authors): \(string)"
|
||||
} else {
|
||||
title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count))
|
||||
text = "From \(authors)"
|
||||
text = strongSelf.strings.Conversation_ForwardFrom(authors)
|
||||
}
|
||||
|
||||
strongSelf.messages = messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user