2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Fix format

This commit is contained in:
Sean Wei
2020-07-01 17:03:29 +08:00
committed by John Preston
parent 2b5df331bd
commit 212944d89c
7 changed files with 13 additions and 13 deletions

View File

@@ -536,7 +536,7 @@ void CloudManager::performSwitchToCustom() {
};
const auto text = tr::lng_sure_save_language(tr::now)
+ "\n\n"
+ getValue(tr::lng_sure_save_language.base);
+ getValue(tr::lng_sure_save_language.base);
const auto change = [=] {
_langpack.switchToCustomFile(filePath);
App::restart();