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")));