diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-11-17 15:49:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 15:49:10 -0600 |
| commit | 0356165d82a1b1ee0eb8572296ba18f615c516aa (patch) | |
| tree | 3e5978486c658ad598198ae092d27c0029f90ea1 | |
| parent | 3138aef74662463dd3ac7ff98e246795e45bce07 (diff) | |
| parent | fa083923f9551dd69fe37383f04297f78e4de9ce (diff) | |
Fix SFX tooltip description (#343)
Fixes #290.
Co-authored-by: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com>
| -rw-r--r-- | src/courtroom.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ec4e47b4..baa66315 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -720,8 +720,7 @@ void Courtroom::set_widgets() ui_sfx_remove->setText("X"); ui_sfx_remove->set_image("evidencex"); ui_sfx_remove->setToolTip( - tr("Remove the currently selected iniswap from the list and return to " - "the original character folder.")); + tr("Remove the currently selected sound effect.")); ui_sfx_remove->hide(); set_iniswap_dropdown(); |
