summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-08-18 18:24:52 +0000
committerBen Loftis <ben@glw.com>2009-08-18 18:24:52 +0000
commitc55f3dcb3c901db64c45bd8f8dce880b4c2cd047 (patch)
tree31df7140eeab97cb19632816a49fdc6579548e39 /gtk2_ardour/audio_time_axis.cc
parent34f89e6f574d08ae16e95c670d8171ea0d07c2a6 (diff)
menu item says Fader and Pan, so the automation track should say the same for consistency
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5544 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index 270cc71a96..591de5e04c 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -382,7 +382,7 @@ AudioTimeAxisView::add_gain_automation_child ()
editor,
*this,
parent_canvas,
- _("gain"),
+ _("Fader"),
_route->gain_automation_curve());
line = new AutomationGainLine ("automation gain",
@@ -422,7 +422,7 @@ AudioTimeAxisView::add_pan_automation_child ()
{
XMLProperty* prop;
- pan_track = new PanAutomationTimeAxisView (_session, _route, editor, *this, parent_canvas, _("pan"));
+ pan_track = new PanAutomationTimeAxisView (_session, _route, editor, *this, parent_canvas, _("Pan"));
update_pans ();