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:
committed by
Eric Kotato
parent
f8961f759d
commit
03337cdec7
@@ -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: {
|
||||
|
Reference in New Issue
Block a user