Skip to content

Commit

Permalink
Don't use migrators in string.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 20, 2024
1 parent 80e9d3f commit 2b5bf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrator/app/taskpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ TaskPage::TaskPage(MainWindow *parent)
descriptionLabel->setText(_("Click on an item for more details."));
} else {
selectAllBox->hide();
descriptionLabel->setText(_("No available migrators."));
descriptionLabel->setText(_("No available options."));
}
};
connect(model_, &TaskModel::availableSizeChanged, this,
Expand Down

0 comments on commit 2b5bf6b

Please sign in to comment.