1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

Bug 1843 - Residual : Different help links required.

This commit is contained in:
James Crook 2019-07-23 12:50:03 +01:00
parent 582f662404
commit 87a4a21bec

View File

@ -133,7 +133,7 @@ const ReservedCommandFlag
{ []( const wxString& ) { return
// This reason will not be shown, because the stereo-to-mono is greyed out if not allowed.
_("You must first select some stereo audio to perform this\naction. (You cannot use this with mono.)");
} ,"FAQ:Errors:Select Stereo"}
} ,"Audacity_Selection"}
}, //lda
TimeSelectedFlag{
TimeSelectedPred,
@ -145,7 +145,7 @@ const ReservedCommandFlag
},
{ []( const wxString& ) { return
_("You must first select some audio to perform this action.\n(Selecting other kinds of track won't work.)");
} ,"FAQ:Errors:Select Audio"}
} ,"Audacity_Selection"}
},
TracksExistFlag{
[](const AudacityProject &project){
@ -159,7 +159,7 @@ const ReservedCommandFlag
// i18n-hint: %s will be replaced by the name of an action, such as "Remove Tracks".
_("\"%s\" requires one or more tracks to be selected."),
Name
); },"FAQ:Errors:Select Tracks" }
); },"Audacity_Selection" }
},
AnyTracksSelectedFlag{
AnyTracksSelectedPred, // Allow TimeTracks
@ -167,7 +167,7 @@ const ReservedCommandFlag
// i18n-hint: %s will be replaced by the name of an action, such as "Remove Tracks".
_("\"%s\" requires one or more tracks to be selected."),
Name
); },"FAQ:Errors:Select Tracks" }
); },"Audacity_Selection" }
},
TrackPanelHasFocus{
[](const AudacityProject &project){