Remove use of i18n macros in headers. Prevents our gettext.h being included before...
[ardour.git] / gtk2_ardour / global_port_matrix.cc
index ae51e7fb68609c73e8283316434f134d1359c0ba..510d3b3ce3cea99897d60be3a24bebda26eb5f19 100644 (file)
@@ -165,3 +165,16 @@ GlobalPortMatrixWindow::on_show ()
        pair<uint32_t, uint32_t> const pm_max = _port_matrix.max_size ();
        resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second);
 }
+
+string
+GlobalPortMatrix::disassociation_verb () const
+{
+       return _("Disconnect");
+}
+
+string
+GlobalPortMatrix::channel_noun () const
+{
+       return _("port");
+}
+