1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-07 15:49:42 +02:00

Tools menu: fix duplicate access key

This commit is contained in:
David Bailes 2020-06-03 08:20:37 +01:00
parent 3a537540cc
commit 8e6c5c0027

View File

@ -873,7 +873,7 @@ BaseItemSharedPtr ToolsMenu()
),
Section( "Other",
Command( wxT("ConfigReset"), XXO("&Reset Configuration"),
Command( wxT("ConfigReset"), XXO("Reset &Configuration"),
FN(OnResetConfig),
AudioIONotBusyFlag() ),