turns out you don't need to set tooltip if you already set text

This commit is contained in:
RickyRister 2024-12-25 15:31:05 -08:00
parent 933025cf1f
commit 9dae3f1c19

View file

@ -941,11 +941,8 @@ void DeckEditorSettingsPage::retranslateUi()
pixmapCacheLabel.setText(tr("Picture Cache Size:"));
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)"));
}