menu item says Fader and Pan, so the automation track should say the same for consistency
authorBen Loftis <ben@glw.com>
Tue, 18 Aug 2009 18:24:52 +0000 (18:24 +0000)
committerBen Loftis <ben@glw.com>
Tue, 18 Aug 2009 18:24:52 +0000 (18:24 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5544 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/audio_time_axis.cc

index 270cc71a9628e5196508b0cc5222d0ca53164591..591de5e04c6dd4b170e0e29f92872979eafc2b95 100644 (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 ();