From b525d8dc237a598b2543316f2d8b44beec238670 Mon Sep 17 00:00:00 2001 From: Nate Gallaher Date: Mon, 29 Jan 2024 09:27:34 -0500 Subject: [PATCH] Clarify pad tooltip to specify attenuation amount --- src/iface-mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iface-mixer.c b/src/iface-mixer.c index e860f51..46bc28e 100644 --- a/src/iface-mixer.c +++ b/src/iface-mixer.c @@ -222,7 +222,7 @@ static void create_input_controls( w = make_boolean_alsa_elem(elem, "Off", "On"); gtk_widget_set_tooltip_text( w, - "Enabling Pad engages an attenuator in the channel, giving " + "Enabling Pad engages a 10dB attenuator in the channel, giving " "you more headroom for very hot signals." ); gtk_grid_attach(GTK_GRID(input_grid), w, line_num, 3, 1, 1);