mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
fix text missing from download url list's buttons when hidden
This commit is contained in:
parent
d987628935
commit
ad02c2ed0b
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