mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -131,7 +131,7 @@ void Calls::setupContent() {
|
||||
}
|
||||
});
|
||||
Ui::show(Box<SingleChoiceBox>(
|
||||
lng_settings_call_output_device,
|
||||
tr::lng_settings_call_output_device(),
|
||||
options,
|
||||
currentOption,
|
||||
save));
|
||||
@@ -209,7 +209,7 @@ void Calls::setupContent() {
|
||||
}
|
||||
});
|
||||
Ui::show(Box<SingleChoiceBox>(
|
||||
lng_settings_call_input_device,
|
||||
tr::lng_settings_call_input_device(),
|
||||
options,
|
||||
currentOption,
|
||||
save));
|
||||
|
Reference in New Issue
Block a user