2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

langs updated

This commit is contained in:
John Preston
2015-09-09 18:17:20 +03:00
parent 0a80ef0006
commit f6740f6c9e
4 changed files with 10 additions and 9 deletions

View File

@@ -1293,7 +1293,7 @@ bool CreateGroupBox::failed(const RPCError &error) {
return true;
} else if (error.type() == "PEER_FLOOD") {
emit closed();
App::wnd()->showLayer(new ConfirmBox(lang(lng_cant_invite_not_contact), true));
App::wnd()->showLayer(new ConfirmBox(lng_cant_invite_not_contact(lt_more_info, QString()), true));
return true;
}
return false;