2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

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

View File

@@ -126,7 +126,7 @@ void Changelogs::addLocalLogs() {
lt_version,
QString::fromLatin1(AppVersionStr),
lt_changes,
lang(lng_new_version_minor),
tr::lng_new_version_minor(tr::now),
lt_link,
qsl("https://desktop.telegram.org/changelog"));
addLocalLog(text.trimmed());