mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Clarified block dialog phrases in Replies chat to avoid admin wording.
This commit is contained in:
@@ -1395,6 +1395,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
"lng_blocked_list_confirm_title" = "Block {name}";
|
||||
"lng_blocked_list_confirm_text" = "Do you want to block {name} from messaging and calling you on Telegram?";
|
||||
"lng_blocked_list_confirm_clear" = "Delete this chat";
|
||||
"lng_blocked_list_confirm_reply" = "Delete this reply";
|
||||
"lng_blocked_list_confirm_reply_all" = "Delete all replies from {user}";
|
||||
"lng_blocked_list_confirm_ok" = "Block";
|
||||
"lng_blocked_list_empty_title" = "No blocked users";
|
||||
"lng_blocked_list_empty_description" = "You haven't blocked anyone yet.";
|
||||
|
||||
@@ -2510,7 +2510,7 @@ void PeerMenuBlockUserBox(
|
||||
: v::is<ClearReply>(suggestClear)
|
||||
? box->addRow(object_ptr<Ui::Checkbox>(
|
||||
box,
|
||||
tr::lng_context_delete_msg(tr::now),
|
||||
tr::lng_blocked_list_confirm_reply(tr::now),
|
||||
true,
|
||||
st::defaultBoxCheckbox))
|
||||
: nullptr;
|
||||
@@ -2520,7 +2520,7 @@ void PeerMenuBlockUserBox(
|
||||
const auto allFromUser = v::is<ClearReply>(suggestClear)
|
||||
? box->addRow(object_ptr<Ui::Checkbox>(
|
||||
box,
|
||||
tr::lng_delete_all_from_user(
|
||||
tr::lng_blocked_list_confirm_reply_all(
|
||||
tr::now,
|
||||
lt_user,
|
||||
tr::bold(peer->name()),
|
||||
|
||||
Reference in New Issue
Block a user