fix(RD): correctly set the strings for the specific resource names
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
7d128c79a3
commit
b3330cb0da
5 changed files with 14 additions and 11 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue