mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add missing key
This commit is contained in:
parent
067c944222
commit
116472e2cf
@ -7501,3 +7501,5 @@ Sorry for the inconvenience.";
|
||||
|
||||
"PeerInfo.DeleteChannelTitle" = "Delete for All";
|
||||
"PeerInfo.DeleteChannelText" = "Are you sure you want to delete the channel **%@** and all of its messages for all subscribers of the channel?";
|
||||
|
||||
"Chat.SaveForNotifications" = "Save for Notifications";
|
||||
|
@ -692,7 +692,7 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
|
||||
}
|
||||
|
||||
if !isAlreadyAdded {
|
||||
actions.append(.action(ContextMenuActionItem(text: "Save for Notifications", icon: { theme in
|
||||
actions.append(.action(ContextMenuActionItem(text: presentationData.strings.Chat_SaveForNotifications, icon: { theme in
|
||||
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/DownloadTone"), color: theme.actionSheet.primaryTextColor)
|
||||
}, action: { _, f in
|
||||
f(.default)
|
||||
|
Loading…
x
Reference in New Issue
Block a user