From d94f6c9b5b6d8e85b8d69971ff7b71d44f1576c4 Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 23 Mar 2018 14:18:23 +0000 Subject: [PATCH] Use Alt+R as accelerator for "Ext&ra" Done by freeing up the 'R' in "T&ransport" --- src/Menus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Menus.cpp b/src/Menus.cpp index e641462ff..627a8c3ee 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -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")); //////////////////////////////////////////////////////////////////////////