From cf136a59ba12dbf8c8da5f7db6b884a68149c9de Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Nov 2011 03:05:34 +0000 Subject: [PATCH] use "mute" not cut in monitor section git-svn-id: svn://localhost/ardour2/branches/3.0@10534 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/monitor_section.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/monitor_section.cc b/gtk2_ardour/monitor_section.cc index 8a7e8ada92..5937ca018c 100644 --- a/gtk2_ardour/monitor_section.cc +++ b/gtk2_ardour/monitor_section.cc @@ -265,7 +265,7 @@ MonitorSection::MonitorSection (Session* s) Label* l1 = manage (new Label (X_("out"))); l1->set_name (X_("MonitorSectionLabel")); channel_table_header.attach (*l1, 0, 1, 0, 1, EXPAND|FILL); - l1 = manage (new Label (X_("cut"))); + l1 = manage (new Label (X_("mute"))); l1->set_name (X_("MonitorSectionLabel")); channel_table_header.attach (*l1, 1, 2, 0, 1, EXPAND|FILL); l1 = manage (new Label (X_("dim")));