fix(RD): correctly set the strings for the specific resource names

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-12-30 16:59:35 -03:00
parent 7d128c79a3
commit b3330cb0da
5 changed files with 14 additions and 11 deletions

View File

@ -57,6 +57,10 @@ void ResourcePage::openedImpl()
if (!supportsFiltering())
m_ui->resourceFilterButton->setVisible(false);
//: String in the search bar of the mod downloading dialog
m_ui->searchEdit->setPlaceholderText(tr("Search for %1...").arg(resourcesString()));
m_ui->resourceSelectionButton->setText(tr("Select %1 for download").arg(resourceString()));
updateSelectionButton();
triggerSearch();
}