mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
In time track popup menu, shorten "Set &Range..." to "Range...", which...
... is consistent with the shortened "Rate..." and "Format..." for wave tracks
This commit is contained in:
parent
b0de2fa900
commit
1eb3ebe2e0
@ -772,7 +772,7 @@ void TrackPanel::BuildMenus(void)
|
||||
mTimeTrackMenu->Append(OnTimeTrackLinID, _("&Linear"));
|
||||
mTimeTrackMenu->Append(OnTimeTrackLogID, _("L&ogarithmic"));
|
||||
mTimeTrackMenu->AppendSeparator();
|
||||
mTimeTrackMenu->Append(OnSetTimeTrackRangeID, _("Set &Range..."));
|
||||
mTimeTrackMenu->Append(OnSetTimeTrackRangeID, _("&Range..."));
|
||||
mTimeTrackMenu->AppendCheckItem(OnTimeTrackLogIntID, _("Logarithmic &Interpolation"));
|
||||
|
||||
mRulerWaveformMenu = new wxMenu();
|
||||
|
Loading…
x
Reference in New Issue
Block a user