1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 17:10:05 +02:00

Use Alt+R as accelerator for "Ext&ra"

Done by freeing up the 'R' in "T&ransport"
This commit is contained in:
James Crook 2018-03-23 14:18:23 +00:00
parent 0cf7964e38
commit d94f6c9b5b

View File

@ -831,7 +831,7 @@ void AudacityProject::CreateMenusAndCommands()
/*i18n-hint: 'Transport' is the name given to the set of controls that
play, record, pause etc. */
c->BeginMenu(_("T&ransport"));
c->BeginMenu(_("Tra&nsport"));
c->SetDefaultFlags(CanStopAudioStreamFlag, CanStopAudioStreamFlag);
c->BeginSubMenu(_("Pl&ay"));
/* i18n-hint: (verb) Start or Stop audio playback*/
@ -1334,7 +1334,7 @@ void AudacityProject::CreateMenusAndCommands()
/////////////////////////////////////////////////////////////////////////////
// i18n-hint: Extra is a menu with extra commands
c->BeginMenu(_("E&xtra"));
c->BeginMenu(_("Ext&ra"));
//////////////////////////////////////////////////////////////////////////