mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Remove all legacy global namespace langs.
This commit is contained in:
@@ -811,7 +811,7 @@ void Panel::leaveToChildEvent(QEvent *e, QWidget *child) {
|
||||
}
|
||||
|
||||
QString Panel::tooltipText() const {
|
||||
return lng_call_fingerprint_tooltip(lt_user, App::peerName(_user));
|
||||
return tr::lng_call_fingerprint_tooltip(tr::now, lt_user, App::peerName(_user));
|
||||
}
|
||||
|
||||
QPoint Panel::tooltipPos() const {
|
||||
|
Reference in New Issue
Block a user