mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Missed a call to translate a string
This commit is contained in:
parent
723de9c912
commit
e9005ac965
@ -165,7 +165,7 @@ void ProfileSelector::updateProfileList()
|
||||
// ui->profileView->setMinimumWidth(w);
|
||||
|
||||
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->setSourceModel(model);
|
||||
|
Loading…
Reference in New Issue
Block a user