mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Use tr:: instead of langFactory and __rich.
This commit is contained in:
@@ -51,7 +51,7 @@ void SetupPhoto(
|
||||
st::settingsInfoPhoto);
|
||||
const auto upload = Ui::CreateChild<Ui::RoundButton>(
|
||||
wrap,
|
||||
langFactory(lng_settings_upload),
|
||||
tr::lng_settings_upload(),
|
||||
st::settingsInfoPhotoSet);
|
||||
upload->setFullRadius(true);
|
||||
upload->addClickHandler([=] {
|
||||
|
Reference in New Issue
Block a user