From 1007980bcf189c7dbffa88e83a2baab77e0e6125 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 6 Nov 2017 21:39:53 -0500 Subject: [PATCH] fix a comment --- src/Menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Menus.cpp b/src/Menus.cpp index e39d5bbcb..f7917581b 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -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();