Remove pseudo-HTML from langpacks and Ui::Text::String.

This commit is contained in:
John Preston
2019-06-12 22:11:41 +02:00
parent 9066acd2dd
commit ca7c50fbcd
53 changed files with 253 additions and 314 deletions
@@ -91,14 +91,12 @@ void ProgressWidget::Row::fillCurrentInstance() {
object_ptr<Ui::FlatLabel>(
this,
_data.label,
Ui::FlatLabel::InitType::Simple,
st::exportProgressLabel));
_current.info = base::make_unique_q<Ui::FadeWrap<Ui::FlatLabel>>(
this,
object_ptr<Ui::FlatLabel>(
this,
_data.info,
Ui::FlatLabel::InitType::Simple,
st::exportProgressInfoLabel));
_current.label->hide(anim::type::instant);
_current.info->hide(anim::type::instant);
@@ -248,7 +246,6 @@ ProgressWidget::ProgressWidget(
object_ptr<Ui::FlatLabel>(
this,
lang(lng_export_progress),
Ui::FlatLabel::InitType::Simple,
st::exportAboutLabel),
st::exportAboutPadding);