Use tr:: instead of lang().

This commit is contained in:
John Preston
2019-06-19 17:09:03 +02:00
parent d3ca6b96a1
commit 87fc066e67
168 changed files with 1905 additions and 1744 deletions
@@ -57,7 +57,7 @@ Bar::Bar(not_null<QWidget*> parent, QDate date)
_details->setTryMakeSimilarLines(true);
_details->setText(_soon
? lng_outdated_soon(lt_date, langDayOfMonthFull(date))
: lang(lng_outdated_now));
: tr::lng_outdated_now(tr::now));
}
rpl::producer<> Bar::hideClicks() const {