1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Bug 974 - Register Effects GUI instructions are incorrect.

I've changed the wording to give just enough information to be able to use the new interface.  Mainly to close this P1 bug, and so not block proceeding to release.
This commit is contained in:
James Crook 2015-06-02 23:20:30 +01:00
parent 7d359ef010
commit 4363b69c17

View File

@ -516,7 +516,7 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
{
/*i18n-hint: The dialog shows a list of plugins with check-boxes
beside each one.*/
S.StartStatic(_("Select Plugins then press ENTER to Install"), true);
S.StartStatic(_("Select Plugins, click the Enable or Disable button, then click OK."), true);
{
S.StartHorizontalLay(wxALIGN_LEFT,0 );
{