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

translation validation improved

This commit is contained in:
John Preston
2015-01-06 15:05:53 +03:00
parent 9922bc465b
commit bdeab6054e
4 changed files with 10 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ void LanguageBox::mousePressEvent(QMouseEvent *e) {
return;
}
}
App::wnd()->showLayer(new ConfirmBox(qsl("Everything seems great in all %1 languages!").arg(languageCount - 1), true, lang(lng_close)));
}
}