From f6630ad31c57faebf6234705985926fd92dc88ca Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 29 Jul 2022 11:13:21 -0500 Subject: [PATCH] Fix tooltip for mixer scenes --- gtk2_ardour/mixer_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index 9e19fc3cf5..a77f77494e 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -4176,7 +4176,7 @@ Mixer_UI::update_scene_buttons () _("Click to recall this mixer scene\n" "%1 for Momentary Restore\n" "Right-Click for Context menu") - , Keyboard::button2_name() ) ); + , Keyboard::momentary_push_name() ) ); l->set_text (scn->name()); all_unset = false; } else {