1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

AUP3: Fix capitolization

This commit is contained in:
Leland Lucius 2020-07-26 13:16:37 -05:00
parent 12f0c6ee17
commit eb7da50b62

View File

@ -648,7 +648,7 @@ BaseItemSharedPtr FileMenu()
AudioIONotBusyFlag() )
),
Command( wxT("Compact"), XXO("Com&pact project"), FN(OnCompact),
Command( wxT("Compact"), XXO("Com&pact Project"), FN(OnCompact),
AudioIONotBusyFlag() )
),