summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-30 18:38:18 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-30 18:38:18 +0000
commitf430d24aabf45cad6195132e761dd63663f5f8d3 (patch)
treee9c22e2b1574c0c51e2f82743fa8dc0f5ea2f67d /gtk2_ardour/editor_route_groups.cc
parent35a4144e457b34a8a3cbeaa1c39c9666b21750bc (diff)
Fix typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@11389 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index b55ae1f276..da6f57bf19 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -98,7 +98,7 @@ EditorRouteGroups::EditorRouteGroups (Editor* e)
{ 2, _("V"), _("Group is visible?") },
{ 3, _("On"), _("Group is enabled?") },
{ 4, S_("group|G"), _("Sharing Gain?") },
- { 5, S_("relative|Rel"), _("Relevative Gain Changes?") },
+ { 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?") },