mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
turns out you don't need to set tooltip if you already set text
This commit is contained in:
parent
933025cf1f
commit
9dae3f1c19
1 changed files with 0 additions and 3 deletions
|
|
@ -941,11 +941,8 @@ void DeckEditorSettingsPage::retranslateUi()
|
||||||
pixmapCacheLabel.setText(tr("Picture Cache Size:"));
|
pixmapCacheLabel.setText(tr("Picture Cache Size:"));
|
||||||
pixmapCacheEdit.setToolTip(tr("In-memory cache for pictures not currently on screen"));
|
pixmapCacheEdit.setToolTip(tr("In-memory cache for pictures not currently on screen"));
|
||||||
updateNowButton->setText(tr("Update Spoilers"));
|
updateNowButton->setText(tr("Update Spoilers"));
|
||||||
aAdd->setToolTip(tr("Add New URL"));
|
|
||||||
aAdd->setText(tr("Add New URL"));
|
aAdd->setText(tr("Add New URL"));
|
||||||
aEdit->setToolTip(tr("Edit URL"));
|
|
||||||
aEdit->setText(tr("Edit URL"));
|
aEdit->setText(tr("Edit URL"));
|
||||||
aRemove->setToolTip(tr("Remove URL"));
|
|
||||||
aRemove->setText(tr("Remove URL"));
|
aRemove->setText(tr("Remove URL"));
|
||||||
networkRedirectCacheTtlEdit.setSuffix(" " + tr("Day(s)"));
|
networkRedirectCacheTtlEdit.setSuffix(" " + tr("Day(s)"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue