Small cleanups to port matrix context menu.
[ardour.git] / gtk2_ardour / global_port_matrix.cc
index 72a2a6b6d70ba164cae7846bdcce2789195d7709..0f107452a541554f6922b9b069df1faed7890765 100644 (file)
@@ -41,7 +41,7 @@ void
 GlobalPortMatrix::setup_ports (int dim)
 {
        _ports[dim].suspend_signals ();
-       _ports[dim].gather (_session, dim == IN);
+       _ports[dim].gather (_session, dim == IN, false);
        _ports[dim].resume_signals ();
 }
 
@@ -115,10 +115,10 @@ GlobalPortMatrixWindow::GlobalPortMatrixWindow (ARDOUR::Session& s, ARDOUR::Data
 {
        switch (t) {
        case ARDOUR::DataType::AUDIO:
-               set_title (_("Audio Connections Manager"));
+               set_title (_("Audio Connection Manager"));
                break;
        case ARDOUR::DataType::MIDI:
-               set_title (_("MIDI Connections Manager"));
+               set_title (_("MIDI Connection Manager"));
                break;
        }