forked from TGX-Android/Telegram-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved displaying of messages in
Replies
in chats that are no lon…
…ger accessible + Show tooltip over comment button instead of system toast, when possible
- Loading branch information
Showing
5 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3119,6 +3119,8 @@ | |
<string name="error_ANONYMOUS_REACTIONS_DISABLED">Sorry, anonymous administrators cannot leave reactions or participate in polls.</string> | ||
<string name="error_PEER_ID_INVALID">Sorry, you don\'t have access to this chat or channel.</string> | ||
<string name="error_STICKERSET_INVALID">Sticker set not found or no longer exists.</string> | ||
<string name="error_CHANNEL_PRIVATE">Chat is inaccessible</string> | ||
<string name="errorChatInaccessible">Can\'t access the chat</string> | ||
<string name="error_CHANNELS_TOO_MUCH">Sorry, you are a member of too many groups or channels. Please leave some before joining a new one.</string> | ||
<string name="error_PHONE_NUMBER_BANNED">Sorry, this phone number is banned. Contact us at [email protected] if you need help.</string> | ||
<string name="error_CHANNELS_ADMIN_LOCATED_TOO_MUCH">Sorry, you have too many location-based groups already. Please delete one of your existing ones first.</string> | ||
|