mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix text missing from download url list's buttons when hidden (#5326)
This commit is contained in:
parent
9934841950
commit
9d7fd66546
1 changed files with 3 additions and 0 deletions
|
|
@ -942,8 +942,11 @@ void DeckEditorSettingsPage::retranslateUi()
|
|||
pixmapCacheEdit.setToolTip(tr("In-memory cache for pictures not currently on screen"));
|
||||
updateNowButton->setText(tr("Update Spoilers"));
|
||||
aAdd->setToolTip(tr("Add New URL"));
|
||||
aAdd->setText(tr("Add New URL"));
|
||||
aEdit->setToolTip(tr("Edit URL"));
|
||||
aEdit->setText(tr("Edit URL"));
|
||||
aRemove->setToolTip(tr("Remove URL"));
|
||||
aRemove->setText(tr("Remove URL"));
|
||||
networkRedirectCacheTtlEdit.setSuffix(" " + tr("Day(s)"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue