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
This commit is contained in:
Ben Loftis 2009-08-18 18:24:52 +00:00
parent 34f89e6f57
commit c55f3dcb3c

View file

@ -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 ();