From fa083923f9551dd69fe37383f04297f78e4de9ce Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Mon, 16 Nov 2020 15:17:49 +0100 Subject: [PATCH] change the sfx tooltop description --- src/courtroom.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ec4e47b..baa6631 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();