Skip to content

Commit 2b5bf6b

Browse files
committed
Don't use migrators in string.
1 parent 80e9d3f commit 2b5bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrator/app/taskpage.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ TaskPage::TaskPage(MainWindow *parent)
181181
descriptionLabel->setText(_("Click on an item for more details."));
182182
} else {
183183
selectAllBox->hide();
184-
descriptionLabel->setText(_("No available migrators."));
184+
descriptionLabel->setText(_("No available options."));
185185
}
186186
};
187187
connect(model_, &TaskModel::availableSizeChanged, this,

0 commit comments

Comments
 (0)