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

Rename File > Save Other to File > Export

In response to user feedback that the Export command could
not be found.
This commit is contained in:
Steve Daulton 2017-11-08 17:55:08 +00:00
parent b94b49265a
commit a612af5c05

View File

@ -331,7 +331,7 @@ void AudacityProject::CreateMenusAndCommands()
AudioIONotBusyFlag | UnsavedChangesFlag,
AudioIONotBusyFlag | UnsavedChangesFlag);
c->AddItem(wxT("SaveAs"), _("Save Project &As..."), FN(OnSaveAs));
c->BeginSubMenu( _("Save Othe&r") );
c->BeginSubMenu( _("&Export") );
// Enable Export audio commands only when there are audio tracks.
c->AddItem(wxT("ExportMp3"), _("Export as MP&3"), FN(OnExportMp3), wxT(""),