mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-19 17:40:51 +02:00
Use Alt+R as accelerator for "Ext&ra"
Done by freeing up the 'R' in "T&ransport"
This commit is contained in:
parent
0cf7964e38
commit
d94f6c9b5b
@ -831,7 +831,7 @@ void AudacityProject::CreateMenusAndCommands()
|
|||||||
|
|
||||||
/*i18n-hint: 'Transport' is the name given to the set of controls that
|
/*i18n-hint: 'Transport' is the name given to the set of controls that
|
||||||
play, record, pause etc. */
|
play, record, pause etc. */
|
||||||
c->BeginMenu(_("T&ransport"));
|
c->BeginMenu(_("Tra&nsport"));
|
||||||
c->SetDefaultFlags(CanStopAudioStreamFlag, CanStopAudioStreamFlag);
|
c->SetDefaultFlags(CanStopAudioStreamFlag, CanStopAudioStreamFlag);
|
||||||
c->BeginSubMenu(_("Pl&ay"));
|
c->BeginSubMenu(_("Pl&ay"));
|
||||||
/* i18n-hint: (verb) Start or Stop audio playback*/
|
/* i18n-hint: (verb) Start or Stop audio playback*/
|
||||||
@ -1334,7 +1334,7 @@ void AudacityProject::CreateMenusAndCommands()
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// i18n-hint: Extra is a menu with extra commands
|
// i18n-hint: Extra is a menu with extra commands
|
||||||
c->BeginMenu(_("E&xtra"));
|
c->BeginMenu(_("Ext&ra"));
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user