mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
Rename Transpose to Pitch Shift to correspond with its dialogue box.
git-svn-id: svn://localhost/ardour2/branches/3.0@9298 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72f85f6cec
commit
ebb31e504b
1 changed files with 1 additions and 1 deletions
|
|
@ -1251,7 +1251,7 @@ Editor::register_region_actions ()
|
|||
reg_sens (_region_actions, "cut-region-gain", _("Cut Gain"), sigc::bind (sigc::mem_fun(*this, &Editor::adjust_region_gain), false));
|
||||
|
||||
/* Open the pitch shift dialogue for the selected regions */
|
||||
reg_sens (_region_actions, "pitch-shift-region", _("Transpose"), sigc::mem_fun (*this, &Editor::pitch_shift_region));
|
||||
reg_sens (_region_actions, "pitch-shift-region", _("Pitch Shift"), sigc::mem_fun (*this, &Editor::pitch_shift_region));
|
||||
|
||||
/* Toggle selected region opacity */
|
||||
toggle_reg_sens (_region_actions, "toggle-opaque-region", _("Opaque"), sigc::mem_fun (*this, &Editor::toggle_opaque_region));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue