mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Use tr:: instead of lang().
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user