2
0
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:
John Preston
2019-06-18 14:16:43 +02:00
parent f35085800a
commit 7af0dd105e
43 changed files with 483 additions and 511 deletions

View File

@@ -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(),