mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-23 15:06:09 +00:00
Realtime UI translation in all fields and buttons.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Intro {
|
||||
StartWidget::StartWidget(QWidget *parent, Widget::Data *data) : Step(parent, data, true) {
|
||||
setMouseTracking(true);
|
||||
setTitleText([] { return qsl("Telegram Desktop"); });
|
||||
setDescriptionText([] { return lang(lng_intro_about); });
|
||||
setDescriptionText(langFactory(lng_intro_about));
|
||||
show();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user