mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use tr:: instead of langFactory in input fields.
This commit is contained in:
@@ -792,7 +792,7 @@ void Notification::showReplyField() {
|
||||
this,
|
||||
st::notifyReplyArea,
|
||||
Ui::InputField::Mode::MultiLine,
|
||||
langFactory(lng_message_ph));
|
||||
tr::lng_message_ph());
|
||||
_replyArea->resize(width() - st::notifySendReply.width - 2 * st::notifyBorderWidth, st::notifySendReply.height);
|
||||
_replyArea->moveToLeft(st::notifyBorderWidth, st::notifyMinHeight);
|
||||
_replyArea->show();
|
||||
|
Reference in New Issue
Block a user