diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 15:17:49 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 15:17:49 +0100 |
| commit | fa083923f9551dd69fe37383f04297f78e4de9ce (patch) | |
| tree | be67650566728f34449165d3d523a65b3b6a0fa9 | |
| parent | 4eb45ef2b08095b9ecd81b62de1761ed5dac8b84 (diff) | |
change the sfx tooltop description
| -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(); |
