Changing intro text
This commit is contained in:
parent
0fabfc4210
commit
0641e7450d
2 changed files with 3 additions and 1 deletions
|
|
@ -2222,6 +2222,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
|
||||
// Kotatogram keys
|
||||
|
||||
"ktg_intro_about" = "Welcome to unofficial messaging app\nbased on Telegram Desktop.";
|
||||
|
||||
"ktg_about_text1" = "Experimental unofficial {tdesktop_link} fork.";
|
||||
"ktg_about_text1_tdesktop" = "Telegram Desktop";
|
||||
"ktg_about_text3" = "Visit {channel_link} or {faq_link} for more info.";
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ StartWidget::StartWidget(
|
|||
: Step(parent, account, data, true) {
|
||||
setMouseTracking(true);
|
||||
setTitleText(rpl::single(qsl("Kotatogram Desktop")));
|
||||
setDescriptionText(tr::lng_intro_about());
|
||||
setDescriptionText(tr::ktg_intro_about());
|
||||
show();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue