summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-05 00:52:07 +0200
committerRobin Gareus <robin@gareus.org>2015-04-05 00:52:29 +0200
commit78f4c6a6dd48d97cc8380810d9735975ba22ae17 (patch)
tree951054f2ff5a0f889755878ee8cc1a6165bec8f4 /gtk2_ardour/editor_route_groups.cc
parent0c468dc379095430641d193fd136eec8fa48d0a9 (diff)
amend prev commit (SLA)
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 5e35299fda..64dc1e414b 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -97,14 +97,14 @@ EditorRouteGroups::EditorRouteGroups (Editor* e)
{ 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?") },
+ { 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?") },
+ { 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 }
};