Fix SFX tooltip description (#343)

Fixes #290.

Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
This commit is contained in:
oldmud0 2020-11-17 15:49:10 -06:00 committed by GitHub
commit 0356165d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -720,8 +720,7 @@ void Courtroom::set_widgets()
ui_sfx_remove->setText("X"); ui_sfx_remove->setText("X");
ui_sfx_remove->set_image("evidencex"); ui_sfx_remove->set_image("evidencex");
ui_sfx_remove->setToolTip( ui_sfx_remove->setToolTip(
tr("Remove the currently selected iniswap from the list and return to " tr("Remove the currently selected sound effect."));
"the original character folder."));
ui_sfx_remove->hide(); ui_sfx_remove->hide();
set_iniswap_dropdown(); set_iniswap_dropdown();