summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-11 03:05:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-11 03:05:34 +0000
commitcf136a59ba12dbf8c8da5f7db6b884a68149c9de (patch)
tree5c01fb4858833fecc04d1e8984fd75f0cc7e12e1 /gtk2_ardour/monitor_section.cc
parentec9b3674dff8583bcca89bd13179a795bc537c25 (diff)
use "mute" not cut in monitor section
git-svn-id: svn://localhost/ardour2/branches/3.0@10534 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.cc')
-rw-r--r--gtk2_ardour/monitor_section.cc2
1 files changed, 1 insertions, 1 deletions
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")));