From 0ab950ef4aabca6162ca3d3fc3b2bfa7f2838c3d Mon Sep 17 00:00:00 2001 From: Saksham Hans Date: Sun, 19 Mar 2023 02:20:50 +0530 Subject: [PATCH] Tooltip Text changed from Interface to Decks --- src/skin/legacy/tooltips.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skin/legacy/tooltips.cpp b/src/skin/legacy/tooltips.cpp index 095b46b16bb3..38158ab2517a 100644 --- a/src/skin/legacy/tooltips.cpp +++ b/src/skin/legacy/tooltips.cpp @@ -323,7 +323,7 @@ void Tooltips::addStandardTooltips() { << tr("Auto: Sets how much to reduce the music volume when the volume of active microphones rises above threshold.") << tr("Manual: Sets how much to reduce the music volume, when talkover is activated regardless of volume of microphone inputs."); - QString changeAmount = tr("Change the step-size in the Preferences -> Interface menu."); + QString changeAmount = tr("Change the step-size in the Preferences -> Decks menu."); add("rate_perm_up_rate_perm_up_small") << tr("Raise Pitch") << QString("%1: %2").arg(leftClick, tr("Sets the pitch higher."))