mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use tr:: instead of Lang::Viewer.
This commit is contained in:
@@ -46,7 +46,7 @@ Bar::Bar(not_null<QWidget*> parent, QDate date)
|
||||
: _date(date)
|
||||
, _title(
|
||||
this,
|
||||
Lang::Viewer(lng_outdated_title) | Ui::Text::ToUpper(),
|
||||
tr::lng_outdated_title() | Ui::Text::ToUpper(),
|
||||
st::windowOutdatedTitle)
|
||||
, _details(this,
|
||||
QString(),
|
||||
|
Reference in New Issue
Block a user