2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Updated app name in locale

This commit is contained in:
RadRussianRus
2019-10-19 07:35:53 +03:00
parent 720319816a
commit dc13f5fb76
23 changed files with 79 additions and 31 deletions

View File

@@ -486,7 +486,7 @@ void Widget::checkUpdateStatus() {
if (_updateTelegram) return;
_updateTelegram.create(
this,
tr::lng_update_telegram(tr::now),
tr::ktg_update_telegram(tr::now),
st::dialogsUpdateButton,
st::dialogsInstallUpdate,
st::dialogsInstallUpdateOver);