summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-05 00:44:03 +0200
committerRobin Gareus <robin@gareus.org>2015-04-05 00:44:03 +0200
commit0c468dc379095430641d193fd136eec8fa48d0a9 (patch)
tree162e51797f7b54982ee9b1f479b6fb810be8b654 /gtk2_ardour/editor_route_groups.cc
parent6d531b82e03c309d740b253f9ef559fae664825b (diff)
add more contexts for SLA.
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index dbf7173082..5e35299fda 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -93,18 +93,18 @@ EditorRouteGroups::EditorRouteGroups (Editor* e)
Gtk::Label* l;
ColumnInfo ci[] = {
- { 0, _("Col"), _("Group Tab Color") },
- { 1, _("Name"), _("Name of Group") },
- { 2, _("V"), _("Group is visible?") },
- { 3, _("On"), _("Group is enabled?") },
- { 4, S_("group|G"), _("Sharing Gain?") },
- { 5, S_("relative|Rel"), _("Relative Gain Changes?") },
- { 6, S_("mute|M"), _("Sharing Mute?") },
- { 7, S_("solo|S"), _("Sharing Solo?") },
- { 8, _("Rec"), _("Sharing Record-enable Status?") },
- { 9, S_("monitoring|Mon"), _("Sharing Monitoring Choice?") },
- { 10, S_("selection|Sel"), _("Sharing Selected/Editing Status?") },
- { 11, S_("active|A"), _("Sharing Active Status?") },
+ { 0, _("Col"), _("Group Tab Color") },
+ { 1, _("Name"), _("Name of Group") },
+ { 2, S_("Visible|V"), _("Group is visible?") },
+ { 3, _("On"), _("Group is enabled?") },
+ { 4, S_("group|G"), _("Sharing Gain?") },
+ { 5, S_("relative|Rel"), _("Relative Gain Changes?") },
+ { 6, S_("mute|M"), _("Sharing Mute?") },
+ { 7, S_("solo|S"), _("Sharing Solo?") },
+ { 8, _("Rec"), _("Sharing Record-enable Status?") },
+ { 9, S_("monitoring|Mon"), _("Sharing Monitoring Choice?") },
+ { 10, S_("selection|Sel"), _("Sharing Selected/Editing Status?") },
+ { 11, S_("active|A"), _("Sharing Active Status?") },
{ -1, 0, 0 }
};