diff --git a/libs/surfaces/faderport/gui.cc b/libs/surfaces/faderport/gui.cc index c94518f474..694e221ae9 100644 --- a/libs/surfaces/faderport/gui.cc +++ b/libs/surfaces/faderport/gui.cc @@ -531,7 +531,7 @@ FPGUI::build_proj_action_combo (Gtk::ComboBox& cb, FaderPort::ButtonState bs) { vector > actions; - actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Mixer/show-editor")))); + actions.push_back (make_pair (string (_("Show Editor Window")), string (X_("Common/show-editor")))); actions.push_back (make_pair (string("Toggle Editor Lists"), string(X_("Editor/show-editor-list")))); actions.push_back (make_pair (string("Toggle Summary"), string(X_("Editor/ToggleSummary")))); actions.push_back (make_pair (string("Toggle Meterbridge"), string(X_("Common/toggle-meterbridge"))));