diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 1a393449d4..bb6d1dd190 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1411,7 +1411,7 @@ private: } WindowTitle title (Glib::get_application_name()); title += row[_model.name]; - title += _(": Configuration"); + title += _("Configuration"); /* once created, the window is managed by the surface itself (as ->get_parent()) * Surface's tear_down_gui() is called on session close, when de-activating * or re-initializing a surface.