2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-18 14:00:09 +00:00

[Branding] App name (language-dependent)

This commit is contained in:
RadRussianRus
2022-08-10 01:36:41 +03:00
committed by Eric Kotato
parent f8961f759d
commit 03337cdec7
23 changed files with 108 additions and 46 deletions

View File

@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "api/api_bot.h"
#include "kotato/kotato_lang.h"
#include "apiwrap.h"
#include "api/api_cloud_password.h"
#include "api/api_send_progress.h"
@@ -357,7 +358,7 @@ void ActivateBotCommand(ClickHandlerContext context, int row, int column) {
case ButtonType::RequestLocation: {
HideSingleUseKeyboard(controller, item);
controller->show(
Ui::MakeInformBox(tr::lng_bot_share_location_unavailable()));
Ui::MakeInformBox(rktr("ktg_bot_share_location_unavailable")));
} break;
case ButtonType::RequestPhone: {