Missed a call to translate a string

This commit is contained in:
Phil Olynyk 2019-04-04 06:08:56 -04:00
parent 723de9c912
commit e9005ac965

View File

@ -165,7 +165,7 @@ void ProfileSelector::updateProfileList()
// ui->profileView->setMinimumWidth(w); // ui->profileView->setMinimumWidth(w);
if ( row == 0 ) { if ( row == 0 ) {
ui->profileInfoLabel->setText("You must create a profile"); ui->profileInfoLabel->setText(tr("You must create a profile"));
} }
proxy = new MySortFilterProxyModel2(this); proxy = new MySortFilterProxyModel2(this);
proxy->setSourceModel(model); proxy->setSourceModel(model);