Fix tooltip for mixer scenes

This commit is contained in:
Ben Loftis 2022-07-29 11:13:21 -05:00
parent f18803e19f
commit f6630ad31c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {