mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
fix a comment
This commit is contained in:
parent
0bae8c3a90
commit
1007980bcf
@ -850,7 +850,7 @@ void AudacityProject::CreateMenusAndCommands()
|
||||
c->AddItem(wxT("TimerRecord"), _("&Timer Record..."), FN(OnTimerRecord), wxT("Shift+T"));
|
||||
// JKC: I decided to duplicate this between play and record, rather than put it
|
||||
// at the top level. AddItem can now cope with simple duplicated items.
|
||||
// PRL: This second registration of wxT("Pause"),"Audacity did not recognize the type of the file '%s'.\nTry installing FFmpeg. For uncompressed files, also try File > Import > Raw Data." with unspecified flags,
|
||||
// PRL: This second registration of wxT("Pause"), with unspecified flags,
|
||||
// in fact will use the same flags as in the previous registration.
|
||||
c->AddItem(wxT("Pause"), _("&Pause"), FN(OnPause), wxT("P"));
|
||||
c->EndSubMenu();
|
||||
|
Loading…
x
Reference in New Issue
Block a user