summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index 8e13866f42..0ce77f74c3 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -24,7 +24,6 @@
#include "port_matrix.h"
#include "port_group.h"
#include "ardour_dialog.h"
-#include "i18n.h"
class GlobalPortMatrix : public PortMatrix
{
@@ -36,13 +35,8 @@ public:
void set_state (ARDOUR::BundleChannel c[2], bool);
PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
- std::string disassociation_verb () const {
- return _("Disconnect");
- }
-
- std::string channel_noun () const {
- return _("port");
- }
+ std::string disassociation_verb () const;
+ std::string channel_noun () const;
bool list_is_global (int) const {
return true;