mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
translatable monitor section labels
This commit is contained in:
parent
78f4c6a6dd
commit
958b410359
1 changed files with 4 additions and 4 deletions
|
|
@ -346,19 +346,19 @@ MonitorSection::MonitorSection (Session* s)
|
||||||
l1->set_name (X_("MonitorSectionLabel"));
|
l1->set_name (X_("MonitorSectionLabel"));
|
||||||
channel_table_header.attach (*l1, 0, 1, 0, 1, EXPAND|FILL);
|
channel_table_header.attach (*l1, 0, 1, 0, 1, EXPAND|FILL);
|
||||||
|
|
||||||
l1 = manage (new Label (X_("Mute")));
|
l1 = manage (new Label (_("Mute")));
|
||||||
l1->set_name (X_("MonitorSectionLabel"));
|
l1->set_name (X_("MonitorSectionLabel"));
|
||||||
channel_table_header.attach (*l1, 1, 2, 0, 1, EXPAND|FILL);
|
channel_table_header.attach (*l1, 1, 2, 0, 1, EXPAND|FILL);
|
||||||
|
|
||||||
l1 = manage (new Label (X_("Dim")));
|
l1 = manage (new Label (_("Dim")));
|
||||||
l1->set_name (X_("MonitorSectionLabel"));
|
l1->set_name (X_("MonitorSectionLabel"));
|
||||||
channel_table_header.attach (*l1, 2, 3, 0, 1, EXPAND|FILL);
|
channel_table_header.attach (*l1, 2, 3, 0, 1, EXPAND|FILL);
|
||||||
|
|
||||||
l1 = manage (new Label (X_("Solo")));
|
l1 = manage (new Label (_("Solo")));
|
||||||
l1->set_name (X_("MonitorSectionLabel"));
|
l1->set_name (X_("MonitorSectionLabel"));
|
||||||
channel_table_header.attach (*l1, 3, 4, 0, 1, EXPAND|FILL);
|
channel_table_header.attach (*l1, 3, 4, 0, 1, EXPAND|FILL);
|
||||||
|
|
||||||
l1 = manage (new Label (X_("Inv")));
|
l1 = manage (new Label (_("Inv")));
|
||||||
l1->set_name (X_("MonitorSectionLabel"));
|
l1->set_name (X_("MonitorSectionLabel"));
|
||||||
channel_table_header.attach (*l1, 4, 5, 0, 1, EXPAND|FILL);
|
channel_table_header.attach (*l1, 4, 5, 0, 1, EXPAND|FILL);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue