mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove all legacy global namespace langs.
This commit is contained in:
@@ -675,7 +675,8 @@ void ForwardsPrivacyController::PaintForwardedTooltip(
|
||||
const auto innerWidth = bubbleWidth
|
||||
- st::msgPadding.left()
|
||||
- st::msgPadding.right();
|
||||
const auto phrase = lng_forwarded(
|
||||
const auto phrase = tr::lng_forwarded(
|
||||
tr::now,
|
||||
lt_user,
|
||||
App::peerName(view->data()->history()->session().user()));
|
||||
const auto kReplacementPosition = QChar(0x0001);
|
||||
|
Reference in New Issue
Block a user