diff --git a/libs/surfaces/faderport/gui.cc b/libs/surfaces/faderport/gui.cc index fc5acff6e2..4a8caa8bd3 100644 --- a/libs/surfaces/faderport/gui.cc +++ b/libs/surfaces/faderport/gui.cc @@ -519,7 +519,7 @@ FPGUI::build_mix_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs) vector > actions; actions.push_back (make_pair (string (_("Show Mixer Window")), string (X_("Common/show-mixer")))); - actions.push_back (make_pair (string (_("Show/Hide Mixer list")), string (X_("Common/ToggleMixerList")))); + actions.push_back (make_pair (string (_("Show/Hide Mixer list")), string (X_("Mixer/ToggleMixerList")))); actions.push_back (make_pair (string("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge")))); actions.push_back (make_pair (string (_("Show/Hide Editor mixer strip")), string (X_("Editor/show-editor-mixer")))); diff --git a/mcp/user.profile b/mcp/user.profile index 9286e958f8..e80f2d4bf8 100644 --- a/mcp/user.profile +++ b/mcp/user.profile @@ -7,7 +7,7 @@