mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
text edit fix for #686
git-svn-id: svn://localhost/ardour2/branches/3.0@7794 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9a8cd09b19
commit
bbb131d895
1 changed files with 1 additions and 1 deletions
|
|
@ -3168,7 +3168,7 @@ void
|
|||
Editor::setup_tooltips ()
|
||||
{
|
||||
ARDOUR_UI::instance()->set_tip (mouse_move_button, _("Select/Move Objects"));
|
||||
ARDOUR_UI::instance()->set_tip (mouse_gain_button, _("Draw Gain Automation"));
|
||||
ARDOUR_UI::instance()->set_tip (mouse_gain_button, _("Draw Region Gain"));
|
||||
ARDOUR_UI::instance()->set_tip (mouse_zoom_button, _("Select Zoom Range"));
|
||||
ARDOUR_UI::instance()->set_tip (mouse_timefx_button, _("Stretch/Shrink Regions and MIDI Notes"));
|
||||
ARDOUR_UI::instance()->set_tip (mouse_audition_button, _("Listen to Specific Regions"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue